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

/linux-master/drivers/net/
H A Dvirtio_net.c285 bool has_rss_hash_report; member in struct:virtnet_info
1831 if (dev->features & NETIF_F_RXHASH && vi->has_rss_hash_report)
3831 if (!vi->has_rss && !vi->has_rss_hash_report)
4746 vi->has_rss_hash_report = true;
4756 if (vi->has_rss || vi->has_rss_hash_report) {
4770 if (vi->has_rss_hash_report)
4859 if (vi->has_rss || vi->has_rss_hash_report)

Completed in 125 milliseconds