Searched refs:eo_txq (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | offload.h | 89 struct sge_ofld_txq *eo_txq; member
|
H A D | t4_sge.c | 6567 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie); in send_etid_flowc_wr() 6589 commit_wrq_wr(&cst->eo_txq->wrq, flowc, &cookie); in send_etid_flowc_wr() 6610 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLUSH_LEN16, &cookie); in send_etid_flush_wr() 6620 commit_wrq_wr(&cst->eo_txq->wrq, flowc, &cookie); in send_etid_flush_wr() 6803 wr = start_wrq_wr(&cst->eo_txq->wrq, next_credits, &cookie); in ethofld_tx() 6814 commit_wrq_wr(&cst->eo_txq->wrq, wr, &cookie); in ethofld_tx() 6861 cst->eo_txq = &sc->sge.ofld_txq[vi->first_ofld_txq]; in ethofld_transmit() 6868 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()
|