Searched refs:niq (Results 1 – 7 of 7) sorted by relevance
677 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()
156 if (cntxt_id >= sc->sge.niq) { in alloc_nm_rxq_hwq()158 __func__, cntxt_id, sc->sge.niq - 1); in alloc_nm_rxq_hwq()
738 int niq; /* total # of ingress queues */ member
1176 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()
2911 if (cntxt_id >= sc->sge.niq) { in alloc_iq_fl()2913 cntxt_id, sc->sge.niq - 1); in alloc_iq_fl()
333 vfres->niq = G_FW_PFVF_CMD_NIQ(word); in t4vf_get_vfres()
321 unsigned int niq; /* N ingress Qs */ member