Searched refs:num_allocated_chains (Results 1 – 3 of 3) sorted by relevance
573 vf_info->num_allocated_chains = 0; in lm_pf_acquire_vf_chains_resources()613 vf_info->num_allocated_chains++; in lm_pf_acquire_vf_chains_resources()615 if (vf_info->num_allocated_chains) { in lm_pf_acquire_vf_chains_resources()616 for (chain_idx = 0; chain_idx < vf_info->num_allocated_chains; chain_idx++) { in lm_pf_acquire_vf_chains_resources()630 return vf_info->num_allocated_chains; in lm_pf_acquire_vf_chains_resources()638 num_chains = vf_info->num_allocated_chains; in lm_pf_release_vf_chains_resources()659 if (chain_num < vf_info->num_allocated_chains) in lm_pf_release_separate_vf_chain_resources()
208 u8_t num_allocated_chains; member
126 …vf_info->num_sbs = response->resc.num_sbs = min (vf_info->num_allocated_chains, request->resc_requ… in lm_pf_vf_fill_acquire_response()136 if (response->resc.num_sbs < vf_info->num_allocated_chains) in lm_pf_vf_fill_acquire_response()138 for (i = response->resc.num_sbs; i < vf_info->num_allocated_chains; i++) in lm_pf_vf_fill_acquire_response()146 vf_info->num_allocated_chains = response->resc.num_sbs; in lm_pf_vf_fill_acquire_response()2961 …igu_sb_cnt = vf_info->num_allocated_chains; // pdev->hw_info.intr_blk_info.igu_info.vf_igu_info[ab… in lm_pf_enable_vf_igu_int()3056 igu_sb_cnt = vf_info->num_allocated_chains; in lm_pf_enable_vf()