Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c375 sc->sge.eqmap[cntxt_id] = (void *)nm_rxq; in alloc_nm_rxq_hwq()
460 sc->sge.eqmap[cntxt_id] = (void *)nm_txq; in alloc_nm_txq_hwq()
1326 nm_txq = (void *)sc->sge.eqmap[G_EGR_QID(oq) - sc->sge.eq_start]; in handle_nm_sge_egr_update()
H A Dt4_vf.c751 s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE, in t4vf_attach()
H A Dadapter.h929 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ member
H A Dt4_sge.c3700 sc->sge.eqmap[cntxt_id] = (void *)fl; in alloc_iq_fl_hwq()
4410 sc->sge.eqmap[cntxt_id] = eq; in ctrl_eq_alloc()
4457 sc->sge.eqmap[cntxt_id] = eq; in eth_eq_alloc()
4523 sc->sge.eqmap[cntxt_id] = eq; in ofld_eq_alloc()
6576 eq = s->eqmap[qid - s->eq_start - s->eq_base]; in handle_sge_egr_update()
H A Dt4_main.c1647 s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE, in t4_attach()
1988 free(sc->sge.eqmap, M_CXGBE); in t4_detach_common()