Searched refs:hpo_dp_link_enc_ref_cnts (Results 1 – 2 of 2) sorted by relevance
435 int hpo_dp_link_enc_ref_cnts[MAX_HPO_DP2_LINK_ENCODERS]; member
2231 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] > 0 && in find_acquired_hpo_dp_link_enc_for_link()2243 for (i = 0; i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts); i++) in find_free_hpo_dp_link_enc()2244 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] == 0) in find_free_hpo_dp_link_enc()2247 return (i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts) && in find_free_hpo_dp_link_enc()2257 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_dp_link_enc()2264 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]++; in retain_hpo_dp_link_enc()2271 ASSERT(res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] > 0); in release_hpo_dp_link_enc()2272 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]--; in release_hpo_dp_link_enc()