Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c411 int error, indsz, rxr_cnt, hash_fnidx; in hn_rndis_query_rsscaps() local
496 hash_fnidx = ffs(caps.ndis_caps & NDIS_RSS_CAP_HASHFUNC_MASK); in hn_rndis_query_rsscaps()
497 if (hash_fnidx == 0) { in hn_rndis_query_rsscaps()
502 hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */ in hn_rndis_query_rsscaps()