Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c519 sc->hn_rss_ind_size = indsz; in hn_rndis_query_rsscaps()
790 KASSERT(sc->hn_rss_ind_size > 0, ("no indirect table size")); in hn_rndis_conf_rss()
794 "hash 0x%08x\n", sc->hn_rss_ind_size, sc->hn_rss_hash); in hn_rndis_conf_rss()
802 rss_size = NDIS_RSSPRM_TOEPLITZ_SIZE(sc->hn_rss_ind_size); in hn_rndis_conf_rss()
810 prm->ndis_indsize = sizeof(rss->rss_ind[0]) * sc->hn_rss_ind_size; in hn_rndis_conf_rss()
H A Dif_hnvar.h253 int hn_rss_ind_size; member
H A Dif_hn.c2305 CTLFLAG_RD, &sc->hn_rss_ind_size, 0, "RSS indirect entry count"); in hn_attach()
6473 sc->hn_rss_ind_size = 0; in hn_synth_attach()