Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c539 if (bp->flags & BNXT_FLAG_PORT_STATS) in bnxt_get_num_stats()
645 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_ethtool_stats()
751 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_strings()
2097 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()
4004 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_mac_stats()
4028 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_ctrl_stats()
4057 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_rmon_stats()
H A Dbnxt.h1821 #define BNXT_FLAG_PORT_STATS 0x400 macro
H A Dbnxt.c4262 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_init_stats()
4314 bp->flags &= ~BNXT_FLAG_PORT_STATS; in bnxt_free_port_stats()
4367 bp->flags |= BNXT_FLAG_PORT_STATS; in bnxt_alloc_stats()
8360 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_accumulate_all_stats()
8388 if (!(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_hwrm_port_qstats()
10935 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_stats64()