Home
last modified time | relevance | path

Searched refs:eq_start (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c367 cntxt_id = nm_rxq->fl_cntxt_id - sc->sge.eq_start; in alloc_nm_rxq_hwq()
449 cntxt_id = nm_txq->cntxt_id - sc->sge.eq_start; 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 Dadapter.h855 int eq_start; /* first cntxt_id */ member
H A Dt4_sge.c3639 cntxt_id = fl->cntxt_id - sc->sge.eq_start; in alloc_iq_fl_hwq()
4284 cntxt_id = eq->cntxt_id - sc->sge.eq_start; in ctrl_eq_alloc()
4329 cntxt_id = eq->cntxt_id - sc->sge.eq_start; in eth_eq_alloc()
4374 cntxt_id = eq->cntxt_id - sc->sge.eq_start; in ofld_eq_alloc()
6387 eq = s->eqmap[qid - s->eq_start - s->eq_base]; in handle_sge_egr_update()
H A Dt4_main.c2250 COMPARE_PARAM(sge.eq_start, eq_start); in compare_caps_and_params()
5445 sc->sge.eq_start = val[1]; in get_params__post_init()
5468 MPASS((int)val[1] >= sc->sge.eq_start); in get_params__post_init()
5469 sc->sge.eqmap_sz = val[1] - sc->sge.eq_start + 1; in get_params__post_init()