Searched refs:BNXT_FLAG_PORT_STATS (Results 1 – 2 of 2) sorted by relevance
545 if (bp->flags & BNXT_FLAG_PORT_STATS) in bnxt_get_num_stats()656 if (bp->flags & BNXT_FLAG_PORT_STATS) { in bnxt_get_ethtool_stats()766 if (bp->flags & BNXT_FLAG_PORT_STATS) in bnxt_get_strings()3410 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()5587 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_mac_stats()5611 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_ctrl_stats()5640 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_rmon_stats()
2285 #define BNXT_FLAG_PORT_STATS 0x400 macro