Home
last modified time | relevance | path

Searched refs:BNXT_FW_CAP_ADV_FLOW_COUNTERS (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_stats.c671 if (bp->fw_cap & BNXT_FW_CAP_ADV_FLOW_COUNTERS && in bnxt_dev_xstats_get_op()
715 if (bp->fw_cap & BNXT_FW_CAP_ADV_FLOW_COUNTERS && in bnxt_flow_stats_cnt()
785 if (bp->fw_cap & BNXT_FW_CAP_ADV_FLOW_COUNTERS && in bnxt_dev_xstats_get_names_op()
H A Dbnxt.h672 #define BNXT_FW_CAP_ADV_FLOW_COUNTERS BIT(6) macro
H A Dbnxt_flow.c1633 if (bp->fw_cap & BNXT_FW_CAP_ADV_FLOW_COUNTERS && in bnxt_setup_flow_counter()
H A Dbnxt_ethdev.c640 if (!(bp->fw_cap & BNXT_FW_CAP_ADV_FLOW_COUNTERS) || in bnxt_init_ctx_mem()
H A Dbnxt_hwrm.c1214 bp->fw_cap |= BNXT_FW_CAP_ADV_FLOW_COUNTERS; in bnxt_hwrm_ver_get()