Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c2201 u32 min_vf = 0, max_vf = 0; in ecore_int_igu_read_cam() local
2219 max_vf = p_iov->first_vf_in_pf + p_iov->total_vfs; in ecore_int_igu_read_cam()
2239 (p_block->function_id < max_vf)) { in ecore_int_igu_read_cam()
H A Decore_dev.c532 u16 max_vf = ecore_init_qm_get_num_vfs(p_hwfn); in ecore_get_cm_pq_idx_vf() local
534 if (vf > max_vf) in ecore_get_cm_pq_idx_vf()
535 DP_ERR(p_hwfn, "vf %d must be smaller than %d\n", vf, max_vf); in ecore_get_cm_pq_idx_vf()