Home
last modified time | relevance | path

Searched refs:EQ_OFLD (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h450 EQ_OFLD = 3, enumerator
H A Dt4_sge.c3403 KASSERT(eqtype >= EQ_CTRL && eqtype <= EQ_OFLD, in init_eq()
4467 case EQ_OFLD: in alloc_eq_hwq()
4519 case EQ_OFLD: in free_eq_hwq()
4832 init_eq(sc, eq, EQ_OFLD, vi->qsize_txq, pi->port_id, in alloc_ofld_txq()
4836 init_eq(sc, eq, EQ_OFLD, vi->qsize_txq, pi->port_id, in alloc_ofld_txq()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1970 if (wrq->eq.type == EQ_OFLD) { in t4_set_tcb_field()