Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h640 t4_sge_iq_t **iqmap; /* iq->cntxt_id to IQ mapping */ member
H A Dt4_nexus.c884 sge->iqmap = in t4_devo_attach()
1045 if (s->iqmap != NULL) in t4_devo_detach()
1046 kmem_free(s->iqmap, s->iqmap_sz * sizeof (struct sge_iq *)); in t4_devo_detach()
H A Dt4_sge.c183 return (&sc->sge.iqmap[idx]); in t4_iqmap_slot()