Lines Matching refs:l4_hash
1132 ndc->l4_hash = HV_DEFAULT_L4HASH; in netvsc_init_settings()
1593 if (ndc->l4_hash & HV_TCP4_L4HASH) in netvsc_get_rxfh_fields()
1599 if (ndc->l4_hash & HV_TCP6_L4HASH) in netvsc_get_rxfh_fields()
1605 if (ndc->l4_hash & HV_UDP4_L4HASH) in netvsc_get_rxfh_fields()
1611 if (ndc->l4_hash & HV_UDP6_L4HASH) in netvsc_get_rxfh_fields()
1656 ndc->l4_hash |= HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()
1660 ndc->l4_hash |= HV_TCP6_L4HASH; in netvsc_set_rxfh_fields()
1664 ndc->l4_hash |= HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()
1668 ndc->l4_hash |= HV_UDP6_L4HASH; in netvsc_set_rxfh_fields()
1681 ndc->l4_hash &= ~HV_TCP4_L4HASH; in netvsc_set_rxfh_fields()
1685 ndc->l4_hash &= ~HV_TCP6_L4HASH; in netvsc_set_rxfh_fields()
1689 ndc->l4_hash &= ~HV_UDP4_L4HASH; in netvsc_set_rxfh_fields()
1693 ndc->l4_hash &= ~HV_UDP6_L4HASH; in netvsc_set_rxfh_fields()