Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c3108 u32_t num_of_vf_avaiable_chains; in lm_pf_create_vf() local
3123 num_of_vf_avaiable_chains = lm_pf_allocate_vf_igu_sbs(pdev, vf_info, num_rxqs); in lm_pf_create_vf()
3125 if (num_of_vf_avaiable_chains == 0) in lm_pf_create_vf()
3130 …ired = lm_pf_acquire_vf_chains_resources(pdev, vf_info->relative_vf_id, num_of_vf_avaiable_chains); in lm_pf_create_vf()