HomeSort by: relevance | last modified time | path
    Searched defs:sc_rss_hash (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvn.c 369 uint32_t sc_rss_hash; /* setting, NDIS_HASH_ */ member in struct:hvn_softc
2684 sc->sc_rss_hash = 0;
2793 sc->sc_rss_hash = sc->sc_rss_hcap;
4245 KASSERTMSG((sc->sc_rss_hash & NDIS_HASH_FUNCTION_MASK),
4246 "no hash func %08x", sc->sc_rss_hash);
4247 KASSERTMSG((sc->sc_rss_hash & NDIS_HASH_STD),
4248 "no standard hash types %08x", sc->sc_rss_hash);
4252 sc->sc_rss_ind_size, sc->sc_rss_hash);
4262 sc->sc_rss_hash & (NDIS_HASH_FUNCTION_MASK | NDIS_HASH_STD);
if_hvn.c 369 uint32_t sc_rss_hash; /* setting, NDIS_HASH_ */ member in struct:hvn_softc
2684 sc->sc_rss_hash = 0;
2793 sc->sc_rss_hash = sc->sc_rss_hcap;
4245 KASSERTMSG((sc->sc_rss_hash & NDIS_HASH_FUNCTION_MASK),
4246 "no hash func %08x", sc->sc_rss_hash);
4247 KASSERTMSG((sc->sc_rss_hash & NDIS_HASH_STD),
4248 "no standard hash types %08x", sc->sc_rss_hash);
4252 sc->sc_rss_ind_size, sc->sc_rss_hash);
4262 sc->sc_rss_hash & (NDIS_HASH_FUNCTION_MASK | NDIS_HASH_STD);
if_hvn.c 369 uint32_t sc_rss_hash; /* setting, NDIS_HASH_ */ member in struct:hvn_softc
2684 sc->sc_rss_hash = 0;
2793 sc->sc_rss_hash = sc->sc_rss_hcap;
4245 KASSERTMSG((sc->sc_rss_hash & NDIS_HASH_FUNCTION_MASK),
4246 "no hash func %08x", sc->sc_rss_hash);
4247 KASSERTMSG((sc->sc_rss_hash & NDIS_HASH_STD),
4248 "no standard hash types %08x", sc->sc_rss_hash);
4252 sc->sc_rss_ind_size, sc->sc_rss_hash);
4262 sc->sc_rss_hash & (NDIS_HASH_FUNCTION_MASK | NDIS_HASH_STD);

Completed in 58 milliseconds