Searched refs:iqmap (Results 1 – 3 of 3) sorted by relevance
388 struct sge_iq **iqmap; /* iq->cntxt_id to iq mapping */ member
508 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()
732 q = sc->sge.iqmap[lq - sc->sge.iq_start]; in service_iq()1199 sc->sge.iqmap[cntxt_id] = iq; in alloc_iq_fl()