Lines Matching refs:l4_hash
281 if (pkt_proto & ndc->l4_hash) { in netvsc_get_hash()
1179 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1635 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rss_hash_opts()
1641 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rss_hash_opts()
1647 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rss_hash_opts()
1653 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rss_hash_opts()
1697 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1701 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1705 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1709 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()
1722 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rss_hash_opts()
1726 ndc->l4_hash &= ~HV_TCP6_L4HASH; in netvsc_set_rss_hash_opts()
1730 ndc->l4_hash &= ~HV_UDP4_L4HASH; in netvsc_set_rss_hash_opts()
1734 ndc->l4_hash &= ~HV_UDP6_L4HASH; in netvsc_set_rss_hash_opts()