Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c2292 u32 min_vf = 0, max_vf = 0; in ecore_int_igu_read_cam() local
2310 max_vf = p_iov->first_vf_in_pf + p_iov->total_vfs; in ecore_int_igu_read_cam()
2330 (p_block->function_id < max_vf)) { in ecore_int_igu_read_cam()
H A Decore_dev.c2094 u16 max_vf = ecore_init_qm_get_num_vfs(p_hwfn); in ecore_get_cm_pq_idx_vf() local
2096 if (vf > max_vf) in ecore_get_cm_pq_idx_vf()
2097 DP_ERR(p_hwfn, "vf %d must be smaller than %d\n", vf, max_vf); in ecore_get_cm_pq_idx_vf()