Searched refs:hpo_dp_link_enc_ref_cnts (Results 1 – 2 of 2) sorted by relevance
454 int hpo_dp_link_enc_ref_cnts[MAX_HPO_DP2_LINK_ENCODERS]; member
1980 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] > 0 && in find_acquired_hpo_dp_link_enc_for_link()1992 for (i = 0; i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts); i++) in find_free_hpo_dp_link_enc()1993 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] == 0) in find_free_hpo_dp_link_enc()1996 return (i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts) && in find_free_hpo_dp_link_enc()2006 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_dp_link_enc()2013 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]++; in retain_hpo_dp_link_enc()2020 ASSERT(res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] > 0); in release_hpo_dp_link_enc()2021 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]--; in release_hpo_dp_link_enc()
Completed in 12 milliseconds