Searched refs:eo_txq (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/cxgbe/ |
| D | offload.h | 99 struct sge_wrq *eo_txq; member
|
| D | t4_sge.c | 5955 flowc = start_wrq_wr(cst->eo_txq, ETID_FLOWC_LEN16, &cookie); in send_etid_flowc_wr() 5977 commit_wrq_wr(cst->eo_txq, flowc, &cookie); in send_etid_flowc_wr() 5997 flowc = start_wrq_wr(cst->eo_txq, ETID_FLUSH_LEN16, &cookie); in send_etid_flush_wr() 6007 commit_wrq_wr(cst->eo_txq, flowc, &cookie); in send_etid_flush_wr() 6189 wr = start_wrq_wr(cst->eo_txq, next_credits, &cookie); in ethofld_tx() 6200 commit_wrq_wr(cst->eo_txq, wr, &cookie); in ethofld_tx() 6230 cst->eo_txq = &sc->sge.ofld_txq[vi->first_ofld_txq]; in ethofld_transmit() 6237 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()
|