Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dvirtio_net.c268 bool has_rss_hash_report; member
1816 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report) in receive_buf()
3622 if (!vi->has_rss && !vi->has_rss_hash_report) in virtnet_set_rxfh()
4545 vi->has_rss_hash_report = true; in virtnet_probe()
4555 if (vi->has_rss || vi->has_rss_hash_report) { in virtnet_probe()
4575 if (vi->has_rss_hash_report) in virtnet_probe()
4643 if (vi->has_rss || vi->has_rss_hash_report) in virtnet_probe()