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

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

Completed in 177 milliseconds