Home
last modified time | relevance | path

Searched refs:sfc_efx_txq (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_tx.h67 struct sfc_efx_txq { struct
90 static inline struct sfc_efx_txq * argument
93 return container_of(dp_txq, struct sfc_efx_txq, dp); in sfc_efx_txq_by_dp_txq()
132 int sfc_efx_tso_do(struct sfc_efx_txq *txq, unsigned int idx,
H A Dsfc_tx.c761 sfc_efx_tx_reap(struct sfc_efx_txq *txq) in sfc_efx_tx_reap()
790 sfc_efx_tx_maybe_insert_tag(struct sfc_efx_txq *txq, struct rte_mbuf *m, in sfc_efx_tx_maybe_insert_tag()
818 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_prepare_pkts()
847 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_xmit_pkts()
1091 struct sfc_efx_txq *txq; in sfc_efx_tx_qcreate()
1158 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qdestroy()
1173 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qstart()
1191 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qstop()
1200 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qreap()
1219 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qdesc_status()
H A Dsfc_tso.c93 sfc_efx_tso_do(struct sfc_efx_txq *txq, unsigned int idx, in sfc_efx_tso_do()
H A Dsfc_ev.c235 struct sfc_efx_txq *txq; in sfc_ev_tx()