Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c547 if (bp->flags & BNXT_FLAG_PORT_STATS_EXT) { in bnxt_get_num_stats()
660 if (bp->flags & BNXT_FLAG_PORT_STATS_EXT) { in bnxt_get_ethtool_stats()
764 if (bp->flags & BNXT_FLAG_PORT_STATS_EXT) { in bnxt_get_strings()
3193 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_fec_stats()
5325 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_eth_phy_stats()
5465 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_link_ext_stats()
H A Dbnxt.h2277 #define BNXT_FLAG_PORT_STATS_EXT 0x10000000 macro
H A Dbnxt.c5073 if (bp->flags & BNXT_FLAG_PORT_STATS_EXT) { in bnxt_init_stats()
5104 bp->flags &= ~BNXT_FLAG_PORT_STATS_EXT; in bnxt_free_port_stats()
5192 bp->flags |= BNXT_FLAG_PORT_STATS_EXT; in bnxt_alloc_stats()
10297 if (bp->flags & BNXT_FLAG_PORT_STATS_EXT) { in bnxt_accumulate_all_stats()
10337 if (!(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_hwrm_port_qstats_ext()