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