Home
last modified time | relevance | path

Searched refs:num_allocated_chains (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c573 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()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h208 u8_t num_allocated_chains; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c126 …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()