Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dvirtio_net.h180 __le16 hash_report; member
/linux-6.15/drivers/net/
H A Dvirtio_net.c2487 switch (__le16_to_cpu(hdr_hash->hash_report)) { in virtio_skb_set_hash()
6685 u16 hash_report; in virtnet_xdp_rx_hash() local
6692 hash_report = __le16_to_cpu(hdr_hash->hash_report); in virtnet_xdp_rx_hash()
6694 if (hash_report >= VIRTIO_NET_HASH_REPORT_MAX_TABLE) in virtnet_xdp_rx_hash()
6695 hash_report = VIRTIO_NET_HASH_REPORT_NONE; in virtnet_xdp_rx_hash()
6697 *rss_type = virtnet_xdp_rss_type[hash_report]; in virtnet_xdp_rx_hash()