Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h389 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ member
H A Dt4_nexus.c509 s->eqmap = kmem_zalloc(s->neq * sizeof (struct sge_eq *), KM_SLEEP); in t4_devo_attach()
734 if (s->eqmap != NULL) in t4_devo_detach()
735 kmem_free(s->eqmap, s->neq * sizeof (struct sge_eq *)); in t4_devo_detach()
H A Dt4_sge.c1211 sc->sge.eqmap[cntxt_id] = (void *)fl; in alloc_iq_fl()
1429 sc->sge.eqmap[cntxt_id] = eq; in ctrl_eq_alloc()
1471 sc->sge.eqmap[cntxt_id] = eq; in eth_eq_alloc()
1514 sc->sge.eqmap[cntxt_id] = eq; in ofld_eq_alloc()