Home
last modified time | relevance | path

Searched refs:ulp_fc_info (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c83 ulp_fc_info = rte_zmalloc("ulp_fc_info", sizeof(*ulp_fc_info), 0); in ulp_fc_mgr_init()
84 if (!ulp_fc_info) in ulp_fc_mgr_init()
147 if (!ulp_fc_info) in ulp_fc_mgr_deinit()
184 if (ulp_fc_info) in ulp_fc_mgr_thread_isstarted()
204 if (ulp_fc_info && !(ulp_fc_info->flags & ULP_FLAG_FC_THREAD)) { in ulp_fc_mgr_thread_start()
224 if (!ulp_fc_info) in ulp_fc_mgr_thread_cancel()
557 if (ulp_fc_info) in ulp_fc_mgr_start_idx_isset()
581 if (!ulp_fc_info) in ulp_fc_mgr_start_idx_set()
612 if (!ulp_fc_info) in ulp_fc_mgr_cntr_set()
647 if (!ulp_fc_info) in ulp_fc_mgr_cntr_reset()
[all …]
H A Dulp_flow_db.c586 struct bnxt_ulp_fc_info *ulp_fc_info; in ulp_flow_db_resource_add() local
645 ulp_fc_info = bnxt_ulp_cntxt_ptr2_fc_info_get(ulp_ctxt); in ulp_flow_db_resource_add()
649 ulp_fc_info && ulp_fc_info->num_counters) { in ulp_flow_db_resource_add()
H A Dbnxt_ulp.h254 struct bnxt_ulp_fc_info *ulp_fc_info);
H A Dbnxt_ulp.c1912 struct bnxt_ulp_fc_info *ulp_fc_info) in bnxt_ulp_cntxt_ptr2_fc_info_set() argument
1919 ulp_ctx->cfg_data->fc_info = ulp_fc_info; in bnxt_ulp_cntxt_ptr2_fc_info_set()