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

/freebsd-13-stable/sys/dev/cxgbe/
H A Doffload.h99 struct sge_ofld_txq *eo_txq; member in struct:cxgbe_rate_tag
H A Dt4_sge.c6191 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLOWC_LEN16, &cookie);
6213 commit_wrq_wr(&cst->eo_txq->wrq, flowc, &cookie);
6233 flowc = start_wrq_wr(&cst->eo_txq->wrq, ETID_FLUSH_LEN16, &cookie);
6243 commit_wrq_wr(&cst->eo_txq->wrq, flowc, &cookie);
6428 wr = start_wrq_wr(&cst->eo_txq->wrq, next_credits, &cookie);
6439 commit_wrq_wr(&cst->eo_txq->wrq, wr, &cookie);
6485 cst->eo_txq = &sc->sge.ofld_txq[vi->first_ofld_txq];
6492 cst->eo_txq += rss_hash % vi->nofldtxq;

Completed in 118 milliseconds