Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c1122 u8 num_of_vf_available_chains = 0; in ecore_iov_init_hw_for_vf() local
1201 num_of_vf_available_chains = ecore_iov_alloc_vf_igu_sbs(p_hwfn, in ecore_iov_init_hw_for_vf()
1205 if (num_of_vf_available_chains == 0) { in ecore_iov_init_hw_for_vf()
1211 vf->num_rxqs = num_of_vf_available_chains; in ecore_iov_init_hw_for_vf()
1212 vf->num_txqs = num_of_vf_available_chains; in ecore_iov_init_hw_for_vf()