Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dndis.h54 #define NDIS_HASH_IPV6_EX 0x00000800 macro
62 NDIS_HASH_IPV6_EX | \
70 NDIS_HASH_IPV6_EX | \
H A Dhn_rndis.c509 hash_types |= NDIS_HASH_IPV6_EX | NDIS_HASH_TCP_IPV6_EX; in hn_rndis_query_rsscaps()
H A Dif_hn.c1400 if (rss_hash & NDIS_HASH_IPV6_EX) in hn_rss_type_fromndis()
1426 rss_hash |= NDIS_HASH_IPV6_EX; in hn_rss_type_tondis()
3660 case NDIS_HASH_IPV6_EX: in hn_rxpkt()
/freebsd/sys/dev/mana/
H A Dmana.h303 #define NDIS_HASH_IPV6_EX BIT(6) macro
307 #define MANA_HASH_L3 (NDIS_HASH_IPV4 | NDIS_HASH_IPV6 | NDIS_HASH_IPV6_EX)
314 #define NDIS_HASH_IPV6_L3_MASK (NDIS_HASH_IPV6 | NDIS_HASH_IPV6_EX)