Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c96 ulp_fc_info->num_counters = dparms->flow_count_db_entries; in ulp_fc_mgr_init()
97 if (!ulp_fc_info->num_counters) { in ulp_fc_mgr_init()
154 if (ulp_fc_info->num_counters) { in ulp_fc_mgr_deinit()
615 if (!ulp_fc_info->num_counters) in ulp_fc_mgr_cntr_set()
650 if (!ulp_fc_info->num_counters) in ulp_fc_mgr_cntr_reset()
733 if (!ulp_fc_info->num_counters) in ulp_fc_mgr_query_count_get()
H A Dulp_fc_mgr.h53 uint32_t num_counters; member
H A Dulp_flow_db.c649 ulp_fc_info && ulp_fc_info->num_counters) { in ulp_flow_db_resource_add()