Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c236 struct bnxt_ulp_resource_resv_info *unnamed = NULL; in bnxt_ulp_tf_resources_get() local
245 unnamed = bnxt_ulp_resource_resv_list_get(&unum); in bnxt_ulp_tf_resources_get()
246 if (unnamed == NULL) { in bnxt_ulp_tf_resources_get()
251 rc = bnxt_ulp_unnamed_resources_calc(ulp_ctx, unnamed, unum, res); in bnxt_ulp_tf_resources_get()
262 struct bnxt_ulp_resource_resv_info *unnamed; in bnxt_ulp_tf_shared_session_resources_get() local
280 unnamed = bnxt_ulp_app_resource_resv_list_get(&unum); in bnxt_ulp_tf_shared_session_resources_get()
281 if (unnamed == NULL) { in bnxt_ulp_tf_shared_session_resources_get()
285 rc = bnxt_ulp_unnamed_resources_calc(ulp_ctx, unnamed, unum, res); in bnxt_ulp_tf_shared_session_resources_get()