Searched refs:hpo_dp_link_enc_ref_cnts (Results 1 – 2 of 2) sorted by relevance
499 int hpo_dp_link_enc_ref_cnts[MAX_HPO_DP2_LINK_ENCODERS]; member
2532 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] > 0 && in find_acquired_hpo_dp_link_enc_for_link()2544 for (i = 0; i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts); i++) in find_free_hpo_dp_link_enc()2545 if (res_ctx->hpo_dp_link_enc_ref_cnts[i] == 0) in find_free_hpo_dp_link_enc()2548 return (i < ARRAY_SIZE(res_ctx->hpo_dp_link_enc_ref_cnts) && in find_free_hpo_dp_link_enc()2558 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] = 1; in acquire_hpo_dp_link_enc()2565 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]++; in retain_hpo_dp_link_enc()2572 ASSERT(res_ctx->hpo_dp_link_enc_ref_cnts[enc_index] > 0); in release_hpo_dp_link_enc()2573 res_ctx->hpo_dp_link_enc_ref_cnts[enc_index]--; in release_hpo_dp_link_enc()