Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dndis.h44 #define NDIS_HASH_FUNCTION_MASK 0x000000FF /* see hash function */ macro
187 #define NDIS_RSS_CAP_HASHFUNC_MASK NDIS_HASH_FUNCTION_MASK
H A Dhn_rndis.c786 KASSERT((sc->hn_rss_hash & NDIS_HASH_FUNCTION_MASK), in hn_rndis_conf_rss()
809 (NDIS_HASH_FUNCTION_MASK | NDIS_HASH_STD); in hn_rndis_conf_rss()
H A Dif_hn.c1593 sc->hn_rss_hash = (sc->hn_rss_hcap & NDIS_HASH_FUNCTION_MASK) | in hn_vf_rss_fixup()
3603 if ((*(rxr->rsc.hash_info) & NDIS_HASH_FUNCTION_MASK) == in hn_rxpkt()