Home
last modified time | relevance | path

Searched refs:eq_base (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h856 int eq_base; /* first abs_id */ member
H A Dt4_sge.c4657 sc->sge.eq_base = eq->abs_id - eq->cntxt_id; in alloc_txq()
4659 KASSERT(eq->cntxt_id + sc->sge.eq_base == eq->abs_id, in alloc_txq()
4661 KASSERT(sc->sge.eq_base == 0 || sc->flags & IS_VF, in alloc_txq()
6387 eq = s->eqmap[qid - s->eq_start - s->eq_base]; in handle_sge_egr_update()