Home
last modified time | relevance | path

Searched refs:xen_netif_toeplitz_hash (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/xen/interface/io/
H A Dnetif.h283 static uint32_t xen_netif_toeplitz_hash(const uint8_t *key, in xen_netif_toeplitz_hash() function
/openbmc/qemu/include/hw/xen/interface/io/
H A Dnetif.h302 static uint32_t xen_netif_toeplitz_hash(const uint8_t *key, in xen_netif_toeplitz_hash() function
/openbmc/linux/drivers/net/xen-netback/
H A Dhash.c86 val = xen_netif_toeplitz_hash(vif->hash.key, in xenvif_new_hash()