Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1068 uint32_t tx_done = 0; in hn_process_events() local
1117 ++tx_done; in hn_process_events()
1134 if (tx_limit && tx_done >= tx_limit) in hn_process_events()
1143 return tx_done; in hn_process_events()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_struct.h36 uint64_t tx_done; /**< Num of packets sent to network. */ member
H A Dlio_rxtx.c1055 int tx_done = 1; in lio_flush_iq() local
1058 return tx_done; in lio_flush_iq()
1085 return tx_done; in lio_flush_iq()
1773 stats->tx_done++; in lio_dev_xmit_pkts()
H A Dlio_ethdev.c308 pkts += iq_stats->tx_done; in lio_dev_stats_get()