Home
last modified time | relevance | path

Searched refs:niq (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/
HDt4_vf.c677 s->niq = s->nrxq + 1; /* 1 extra for firmware event queue */ in t4vf_attach()
683 s->iqmap = malloc(s->niq * sizeof(struct sge_iq *), M_CXGBE, in t4vf_attach()
740 sc->sge.niq); in t4vf_attach()
HDt4_netmap.c156 if (cntxt_id >= sc->sge.niq) { in alloc_nm_rxq_hwq()
158 __func__, cntxt_id, sc->sge.niq - 1); in alloc_nm_rxq_hwq()
HDadapter.h738 int niq; /* total # of ingress queues */ member
HDt4_main.c1176 s->niq = s->nrxq + 1; /* 1 extra for firmware event queue */ in t4_attach()
1186 s->niq += s->nofldrxq; in t4_attach()
1200 s->niq += s->nnmrxq; in t4_attach()
1214 s->iqmap = malloc(s->niq * sizeof(struct sge_iq *), M_CXGBE, in t4_attach()
1329 sc->intr_count > 1 ? "s" : "", sc->sge.neq, sc->sge.niq); in t4_attach()
HDt4_sge.c2911 if (cntxt_id >= sc->sge.niq) { in alloc_iq_fl()
2913 cntxt_id, sc->sge.niq - 1); in alloc_iq_fl()
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4vf_hw.c333 vfres->niq = G_FW_PFVF_CMD_NIQ(word); in t4vf_get_vfres()
HDcommon.h321 unsigned int niq; /* N ingress Qs */ member