Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13150 BNXT_GET_RING_STATS64(sw, rx_discard_pkts); in bnxt_get_ring_stats()
13234 BNXT_GET_RING_STATS64(hw_stats, rx_discard_pkts); in bnxt_get_one_ring_err_stats()
13237 BNXT_GET_RING_STATS64(hw_stats, tx_discard_pkts); in bnxt_get_one_ring_err_stats()
15656 stats->packets += BNXT_GET_RING_STATS64(sw, rx_ucast_pkts); in bnxt_get_queue_stats_rx()
15657 stats->packets += BNXT_GET_RING_STATS64(sw, rx_mcast_pkts); in bnxt_get_queue_stats_rx()
15661 stats->bytes += BNXT_GET_RING_STATS64(sw, rx_ucast_bytes); in bnxt_get_queue_stats_rx()
15662 stats->bytes += BNXT_GET_RING_STATS64(sw, rx_mcast_bytes); in bnxt_get_queue_stats_rx()
15663 stats->bytes += BNXT_GET_RING_STATS64(sw, rx_bcast_bytes); in bnxt_get_queue_stats_rx()
15687 stats->bytes += BNXT_GET_RING_STATS64(sw, tx_ucast_bytes); in bnxt_get_queue_stats_tx()
15688 stats->bytes += BNXT_GET_RING_STATS64(sw, tx_mcast_bytes); in bnxt_get_queue_stats_tx()
[all …]
H A Dbnxt.h2753 #define BNXT_GET_RING_STATS64(sw, counter) \ macro