Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c544 if (bp->flags & BNXT_FLAG_PORT_STATS) in bnxt_get_num_stats()
654 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_ethtool_stats()
758 if (bp->flags & BNXT_FLAG_PORT_STATS) in bnxt_get_strings()
3291 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()
5339 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_mac_stats()
5363 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_ctrl_stats()
5392 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_rmon_stats()
H A Dbnxt.h2260 #define BNXT_FLAG_PORT_STATS 0x400 macro
H A Dbnxt.c5051 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_init_stats()
5103 bp->flags &= ~BNXT_FLAG_PORT_STATS; in bnxt_free_port_stats()
5163 bp->flags |= BNXT_FLAG_PORT_STATS; in bnxt_alloc_stats()
10281 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_accumulate_all_stats()
10309 if (!(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_hwrm_port_qstats()
13196 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_stats64()