Home
last modified time | relevance | path

Searched refs:num_igu_sb_available (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c901 vf_info->num_igu_sb_available = lm_pf_get_vf_available_igu_blocks(pdev); in lm_pf_allocate_vf_igu_sbs()
902 if (vf_info->num_igu_sb_available == 0) in lm_pf_allocate_vf_igu_sbs()
907 num_of_vf_desired_vf_chains = min(vf_info->num_igu_sb_available, LM_VF_CHAINS_PER_PF(pdev)); in lm_pf_allocate_vf_igu_sbs()
922 …vf_info->num_igu_sb_available = pdev->hw_info.intr_blk_info.igu_info.vf_igu_info[vf_info->abs_vf_i… in lm_pf_allocate_vf_igu_sbs()
923 num_of_vf_desired_vf_chains = min(vf_info->num_igu_sb_available, num_of_igu_sbs); in lm_pf_allocate_vf_igu_sbs()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h207 u8_t num_igu_sb_available; member