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
2234 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] > 0 && in find_acquired_hpo_dp_link_enc_for_link()2246 for (i = 0; i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts); i++) in find_free_hpo_dp_link_enc()2247 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] == 0) in find_free_hpo_dp_link_enc()2250 return (i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts) && in find_free_hpo_dp_link_enc()2260 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_dp_link_enc()2267 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]++; in retain_hpo_dp_link_enc()2274 ASSERT(res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] > 0); in release_hpo_dp_link_enc()2275 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]--; in release_hpo_dp_link_enc()