Searched refs:eqmap (Results 1 – 3 of 3) sorted by relevance
389 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ member
509 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()
1211 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()