Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c507 if (bp->flags & BNXT_FLAG_PORT_STATS) in bnxt_get_num_stats()
617 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_ethtool_stats()
723 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_strings()
2048 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()
4119 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_mac_stats()
4143 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_ctrl_stats()
4172 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_rmon_stats()
Dbnxt.h1699 #define BNXT_FLAG_PORT_STATS 0x400 macro
Dbnxt.c4124 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_init_stats()
4176 bp->flags &= ~BNXT_FLAG_PORT_STATS; in bnxt_free_port_stats()
4229 bp->flags |= BNXT_FLAG_PORT_STATS; in bnxt_alloc_stats()
8132 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_accumulate_all_stats()
8160 if (!(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_hwrm_port_qstats()
10628 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_stats64()