Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_net.h208 __le16 hash_report; member
/linux/include/linux/
H A Dvirtio_net.h449 vhdr->hash_hdr.hash_report = 0; in virtio_net_hdr_tnl_from_skb()
/linux/drivers/net/
H A Dvirtio_net.c2479 switch (__le16_to_cpu(hdr_hash->hash_report)) { in virtio_skb_set_hash()
6717 u16 hash_report;
6724 hash_report = __le16_to_cpu(hdr_hash->hash_report); in virtnet_probe()
6726 if (hash_report >= VIRTIO_NET_HASH_REPORT_MAX_TABLE) in virtnet_probe()
6727 hash_report = VIRTIO_NET_HASH_REPORT_NONE; in virtnet_probe()
6729 *rss_type = virtnet_xdp_rss_type[hash_report]; in virtnet_probe()
6701 u16 hash_report; virtnet_xdp_rx_hash() local