Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c3091 uint64_t *total_missed_rx, uint64_t *total_qbrc, in ixgbe_read_stats_registers() argument
3115 *total_missed_rx += hw_stats->mpc[i]; in ixgbe_read_stats_registers()
3318 uint64_t total_missed_rx, total_qbrc, total_qprc, total_qprdc; in ixgbe_dev_stats_get() local
3321 total_missed_rx = 0; in ixgbe_dev_stats_get()
3326 ixgbe_read_stats_registers(hw, hw_stats, macsec_stats, &total_missed_rx, in ixgbe_dev_stats_get()
3347 stats->imissed = total_missed_rx; in ixgbe_dev_stats_get()
3551 uint64_t total_missed_rx, total_qbrc, total_qprc, total_qprdc; in ixgbe_dev_xstats_get() local
3559 total_missed_rx = 0; in ixgbe_dev_xstats_get()
3627 uint64_t total_missed_rx, total_qbrc, total_qprc, total_qprdc; in ixgbe_dev_xstats_get_by_id() local
3635 total_missed_rx = 0; in ixgbe_dev_xstats_get_by_id()
[all …]