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.c372 sc->sge.eqmap[cntxt_id] = (void *)nm_rxq; in alloc_nm_rxq_hwq()
453 sc->sge.eqmap[cntxt_id] = (void *)nm_txq; in alloc_nm_txq_hwq()
1321 nm_txq = (void *)sc->sge.eqmap[G_EGR_QID(oq) - sc->sge.eq_start]; in handle_nm_sge_egr_update()
H A Dt4_vf.c713 s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE, in t4vf_attach()
H A Dadapter.h860 struct sge_eq **eqmap; /* eq->cntxt_id to eq mapping */ member
H A Dt4_sge.c3644 sc->sge.eqmap[cntxt_id] = (void *)fl; in alloc_iq_fl_hwq()
4288 sc->sge.eqmap[cntxt_id] = eq; in ctrl_eq_alloc()
4333 sc->sge.eqmap[cntxt_id] = eq; in eth_eq_alloc()
4378 sc->sge.eqmap[cntxt_id] = eq; in ofld_eq_alloc()
6387 eq = s->eqmap[qid - s->eq_start - s->eq_base]; in handle_sge_egr_update()
H A Dt4_main.c1532 s->eqmap = malloc(s->eqmap_sz * sizeof(struct sge_eq *), M_CXGBE, in t4_attach()
1871 free(sc->sge.eqmap, M_CXGBE); in t4_detach_common()