Home
last modified time | relevance | path

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

/f-stack/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()
139 if (!ulp_fc_info) in ulp_fc_mgr_deinit()
152 rte_free(ulp_fc_info); in ulp_fc_mgr_deinit()
210 if (!ulp_fc_info) in ulp_fc_mgr_thread_cancel()
358 if (!ulp_fc_info) in ulp_fc_mgr_alarm_cb()
472 if (!ulp_fc_info) in ulp_fc_mgr_start_idx_set()
503 if (!ulp_fc_info) in ulp_fc_mgr_cntr_set()
535 if (!ulp_fc_info) in ulp_fc_mgr_cntr_reset()
576 if (!ulp_fc_info) in ulp_fc_mgr_query_count_get()
[all …]
H A Dbnxt_ulp.h203 struct bnxt_ulp_fc_info *ulp_fc_info);
H A Dbnxt_ulp.c1402 struct bnxt_ulp_fc_info *ulp_fc_info) in bnxt_ulp_cntxt_ptr2_fc_info_set() argument
1409 ulp_ctx->cfg_data->fc_info = ulp_fc_info; in bnxt_ulp_cntxt_ptr2_fc_info_set()