Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c234 { BNXT_RX_STATS_EXT_OFFSET(counter), __stringify(counter) }
310 { BNXT_RX_STATS_EXT_OFFSET(counter##_cos0), \
3198 *(rx + BNXT_RX_STATS_EXT_OFFSET(rx_corrected_bits)); in bnxt_get_fec_stats()
3204 *(rx + BNXT_RX_STATS_EXT_OFFSET(rx_fec_corrected_blocks)); in bnxt_get_fec_stats()
3206 *(rx + BNXT_RX_STATS_EXT_OFFSET(rx_fec_uncorrectable_blocks)); in bnxt_get_fec_stats()
5330 *(rx + BNXT_RX_STATS_EXT_OFFSET(rx_pcs_symbol_err)); in bnxt_get_eth_phy_stats()
5470 *(rx + BNXT_RX_STATS_EXT_OFFSET(link_down_events)); in bnxt_get_link_ext_stats()
H A Dbnxt.h2775 #define BNXT_RX_STATS_EXT_OFFSET(counter) \ macro
2779 BNXT_RX_STATS_EXT_OFFSET(rx_fec_corrected_blocks)