Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dndis.h46 #define NDIS_HASH_FUNCTION_MASK 0x000000FF /* see hash function */ macro
189 #define NDIS_RSS_CAP_HASHFUNC_MASK NDIS_HASH_FUNCTION_MASK
Dhn_rndis.c782 KASSERT((sc->hn_rss_hash & NDIS_HASH_FUNCTION_MASK), in hn_rndis_conf_rss()
805 (NDIS_HASH_FUNCTION_MASK | NDIS_HASH_STD); in hn_rndis_conf_rss()
Dif_hn.c1638 sc->hn_rss_hash = (sc->hn_rss_hcap & NDIS_HASH_FUNCTION_MASK) | in hn_vf_rss_fixup()
3609 if ((*(rxr->rsc.hash_info) & NDIS_HASH_FUNCTION_MASK) == in hn_rxpkt()