Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3073 uint64_t *total_missed_rx, uint64_t *total_qbrc, in ixgbe_read_stats_registers() argument
3097 *total_missed_rx += hw_stats->mpc[i]; in ixgbe_read_stats_registers()
3300 uint64_t total_missed_rx, total_qbrc, total_qprc, total_qprdc; in ixgbe_dev_stats_get() local
3303 total_missed_rx = 0; in ixgbe_dev_stats_get()
3308 ixgbe_read_stats_registers(hw, hw_stats, macsec_stats, &total_missed_rx, in ixgbe_dev_stats_get()
3329 stats->imissed = total_missed_rx; in ixgbe_dev_stats_get()
3526 uint64_t total_missed_rx, total_qbrc, total_qprc, total_qprdc; in ixgbe_dev_xstats_get() local
3534 total_missed_rx = 0; in ixgbe_dev_xstats_get()
3602 uint64_t total_missed_rx, total_qbrc, total_qprc, total_qprdc; in ixgbe_dev_xstats_get_by_id() local
3610 total_missed_rx = 0; in ixgbe_dev_xstats_get_by_id()
[all …]