Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/netvsc/
H A Dndis.h228 uint32_t rss_ind[NDIS_HASH_INDCNT]; member
232 __offsetof(struct ndis_rssprm_toeplitz, rss_ind[nind])
H A Dhn_rndis.c810 prm->ndis_indsize = sizeof(rss->rss_ind[0]) * sc->hn_rss_ind_size; in hn_rndis_conf_rss()
812 __offsetof(struct ndis_rssprm_toeplitz, rss_ind[0]); in hn_rndis_conf_rss()
H A Dif_hn.c1080 if (rss->rss_ind[i] >= nchan) { in hn_rss_ind_fixup()
1083 i, rss->rss_ind[i], nchan - 1); in hn_rss_ind_fixup()
1084 rss->rss_ind[i] = nchan - 1; in hn_rss_ind_fixup()
4581 error = SYSCTL_OUT(req, sc->hn_rss.rss_ind, sizeof(sc->hn_rss.rss_ind)); in hn_rss_ind_sysctl()
4594 error = SYSCTL_IN(req, sc->hn_rss.rss_ind, sizeof(sc->hn_rss.rss_ind)); in hn_rss_ind_sysctl()
6565 rss->rss_ind[i] = subidx % nchan; in hn_synth_attach()