Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1066 uint32_t tx_done = 0; in hn_process_events() local
1115 ++tx_done; in hn_process_events()
1132 if (tx_limit && tx_done >= tx_limit) in hn_process_events()
1141 return tx_done; in hn_process_events()
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c1054 int tx_done = 1; in lio_flush_iq() local
1057 return tx_done; in lio_flush_iq()
1083 return tx_done; in lio_flush_iq()
1771 stats->tx_done++; in lio_dev_xmit_pkts()
H A Dlio_struct.h36 uint64_t tx_done; /**< Num of packets sent to network. */ member
H A Dlio_ethdev.c308 pkts += iq_stats->tx_done; in lio_dev_stats_get()