Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c246 flags |= PQ_FLAGS_VFS; in ecore_get_pq_flags()
317 (!!(PQ_FLAGS_VFS & pq_flags)) * ecore_init_qm_get_num_vfs(p_hwfn) + 1; in ecore_init_qm_get_num_vports()
332 (!!(PQ_FLAGS_VFS & pq_flags)) * ecore_init_qm_get_num_vfs(p_hwfn); in ecore_init_qm_get_num_pqs()
492 case PQ_FLAGS_VFS: in ecore_init_qm_get_idx_from_flags()
537 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf; in ecore_get_cm_pq_idx_vf()
624 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in ecore_init_qm_vf_pqs()
627 ecore_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in ecore_init_qm_vf_pqs()
H A Decore.h904 #define PQ_FLAGS_VFS (1 << 6) macro