Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h388 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */ member
H A Dt4_nexus.c508 s->iqmap = kmem_zalloc(s->niq * sizeof (struct sge_iq *), KM_SLEEP); in t4_devo_attach()
732 if (s->iqmap != NULL) in t4_devo_detach()
733 kmem_free(s->iqmap, s->niq * sizeof (struct sge_iq *)); in t4_devo_detach()
H A Dt4_sge.c732 q = sc->sge.iqmap[lq - sc->sge.iq_start]; in service_iq()
1199 sc->sge.iqmap[cntxt_id] = iq; in alloc_iq_fl()