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.h436 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */ member
H A Dt4_nexus.c629 s->iqmap = kmem_zalloc(s->iqmap_sz * sizeof (struct sge_iq *), KM_SLEEP); in t4_devo_attach()
886 if (s->iqmap != NULL) in t4_devo_detach()
887 kmem_free(s->iqmap, s->iqmap_sz * sizeof (struct sge_iq *)); in t4_devo_detach()
H A Dt4_sge.c927 q = sc->sge.iqmap[lq - sc->sge.iq_start]; in service_iq()
1432 sc->sge.iqmap[cntxt_id] = iq; in alloc_iq_fl()