Home
last modified time | relevance | path

Searched refs:sfc_efx_txq_by_dp_txq (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c722 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()
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_tx.h90 sfc_efx_txq_by_dp_txq(struct sfc_dp_txq *dp_txq) in sfc_efx_txq_by_dp_txq() function
H A Dsfc_ev.c242 txq = sfc_efx_txq_by_dp_txq(dp_txq); in sfc_ev_tx()