Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/netvsc/
HDndis.h228 uint32_t rss_ind[NDIS_HASH_INDCNT]; member
232 __offsetof(struct ndis_rssprm_toeplitz, rss_ind[nind])
HDhn_rndis.c804 prm->ndis_indsize = sizeof(rss->rss_ind[0]) * sc->hn_rss_ind_size; in hn_rndis_conf_rss()
806 __offsetof(struct ndis_rssprm_toeplitz, rss_ind[0]); in hn_rndis_conf_rss()
HDif_hn.c1101 if (rss->rss_ind[i] >= nchan) { in hn_rss_ind_fixup()
1104 i, rss->rss_ind[i], nchan - 1); in hn_rss_ind_fixup()
1105 rss->rss_ind[i] = nchan - 1; in hn_rss_ind_fixup()
4617 error = SYSCTL_OUT(req, sc->hn_rss.rss_ind, sizeof(sc->hn_rss.rss_ind)); in hn_rss_ind_sysctl()
4630 error = SYSCTL_IN(req, sc->hn_rss.rss_ind, sizeof(sc->hn_rss.rss_ind)); in hn_rss_ind_sysctl()
6618 rss->rss_ind[i] = subidx % nchan; in hn_synth_attach()