Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/
HDoffload.h89 struct sge_ofld_txq *eo_txq; member
HDt4_sge.c6569 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie); in send_etid_flowc_wr()
6591 commit_wrq_wr(&cst->eo_txq->wrq, flowc, &cookie); in send_etid_flowc_wr()
6612 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLUSH_LEN16, &cookie); in send_etid_flush_wr()
6622 commit_wrq_wr(&cst->eo_txq->wrq, flowc, &cookie); in send_etid_flush_wr()
6805 wr = start_wrq_wr(&cst->eo_txq->wrq, next_credits, &cookie); in ethofld_tx()
6816 commit_wrq_wr(&cst->eo_txq->wrq, wr, &cookie); in ethofld_tx()
6863 cst->eo_txq = &sc->sge.ofld_txq[vi->first_ofld_txq]; in ethofld_transmit()
6870 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()