Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c486 s->niq = s->nrxq + 1; /* 1 extra for firmware event queue */ in t4_devo_attach()
495 s->niq += s->nofldrxq; in t4_devo_attach()
508 s->iqmap = kmem_zalloc(s->niq * sizeof (struct sge_iq *), KM_SLEEP); in t4_devo_attach()
733 kmem_free(s->iqmap, s->niq * sizeof (struct sge_iq *)); in t4_devo_detach()
H A Dadapter.h373 int niq; /* total ingress queues */ member
H A Dt4_sge.c1195 if (cntxt_id >= sc->sge.niq) { in alloc_iq_fl()
1197 cntxt_id, sc->sge.niq - 1); in alloc_iq_fl()