Home
last modified time | relevance | path

Searched refs:tx_drops (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_stats.h19 uint64_t tx_drops; member
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h171 u64 tx_drops; member
H A Dena_ethdev.c94 ENA_STAT_GLOBAL_ENTRY(tx_drops),
2986 uint64_t tx_drops; in ena_keep_alive() local
2992 tx_drops = ((uint64_t)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive()
2995 adapter->dev_stats.tx_drops = tx_drops; in ena_keep_alive()
/f-stack/dpdk/app/test-flow-perf/
H A Dmain.c90 uint64_t tx_drops; member
1043 li->tx_drops += cnt - nr_tx; in do_tx()
1124 drops_delta = li->tx_drops - oli->tx_drops; in packet_per_second_stats()
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.h95 uint64_t tx_drops; member
H A Dnicvf_hw.c897 stats->tx_drops = NICVF_GET_TX_STATS(TX_DROP); in nicvf_hw_get_stats()
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c308 stats->oerrors = port_stats.tx_drops; in nicvf_dev_stats_get()