Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1444 sc->sge.eqmap[cntxt_id] = (void *)fl; in alloc_iq_fl()
1691 sc->sge.eqmap[cntxt_id] = eq; in ctrl_eq_alloc()
1734 sc->sge.eqmap[cntxt_id] = eq; in eth_eq_alloc()
1777 sc->sge.eqmap[cntxt_id] = eq; in ofld_eq_alloc()
3418 txq = (void *)s->eqmap[qid - s->eq_start]; in handle_sge_egr_update()
H A Dadapter.h437 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ member
H A Dt4_nexus.c630 s->eqmap = kmem_zalloc(s->eqmap_sz * sizeof (struct sge_eq *), KM_SLEEP); in t4_devo_attach()
888 if (s->eqmap != NULL) in t4_devo_detach()
889 kmem_free(s->eqmap, s->eqmap_sz * sizeof (struct sge_eq *)); in t4_devo_detach()