Home
last modified time | relevance | path

Searched refs:tx_busy (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h91 u64 tx_busy; member
H A Dhinic_pmd_tx.c1162 txq->txq_stats.tx_busy += (nb_pkts - nb_tx); in hinic_xmit_pkts()
H A Dhinic_pmd_ethdev.c214 {"tx_busy", offsetof(struct hinic_txq_stats, tx_busy)},
1339 stats->oerrors += (txq_stats.tx_busy + txq_stats.off_errs); in hinic_dev_stats_get()
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.h278 u64 tx_busy; member
H A Dfm10k_mbx.c777 mbx->tx_busy++; in fm10k_mbx_enqueue_tx()