Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h66 struct sfc_efx_txq { struct
89 static inline struct sfc_efx_txq * argument
92 return container_of(dp_txq, struct sfc_efx_txq, dp); in sfc_efx_txq_by_dp_txq()
130 int sfc_efx_tso_do(struct sfc_efx_txq *txq, unsigned int idx,
H A Dsfc_tx.c665 sfc_efx_tx_reap(struct sfc_efx_txq *txq) in sfc_efx_tx_reap()
694 sfc_efx_tx_maybe_insert_tag(struct sfc_efx_txq *txq, struct rte_mbuf *m, in sfc_efx_tx_maybe_insert_tag()
722 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_prepare_pkts()
751 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_xmit_pkts()
993 struct sfc_efx_txq *txq; in sfc_efx_tx_qcreate()
1055 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qdestroy()
1070 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qstart()
1088 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qstop()
1097 struct sfc_efx_txq *txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_efx_tx_qreap()
1116 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()