Home
last modified time | relevance | path

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

/freebsd/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.c1093 if (rss->rss_ind[i] >= nchan) { in hn_rss_ind_fixup()
1096 i, rss->rss_ind[i], nchan - 1); in hn_rss_ind_fixup()
1097 rss->rss_ind[i] = nchan - 1; in hn_rss_ind_fixup()
4592 error = SYSCTL_OUT(req, sc->hn_rss.rss_ind, sizeof(sc->hn_rss.rss_ind)); in hn_rss_ind_sysctl()
4605 error = SYSCTL_IN(req, sc->hn_rss.rss_ind, sizeof(sc->hn_rss.rss_ind)); in hn_rss_ind_sysctl()
6580 rss->rss_ind[i] = subidx % nchan; in hn_synth_attach()