Searched refs:PQ_FLAGS_VFS (Results 1 – 2 of 2) sorted by relevance
1809 flags |= PQ_FLAGS_VFS; in ecore_get_pq_flags()1879 (!!(PQ_FLAGS_VFS & pq_flags)) * ecore_init_qm_get_num_vfs(p_hwfn) + 1; in ecore_init_qm_get_num_vports()1894 (!!(PQ_FLAGS_VFS & pq_flags)) * ecore_init_qm_get_num_vfs(p_hwfn); in ecore_init_qm_get_num_pqs()2054 case PQ_FLAGS_VFS: in ecore_init_qm_get_idx_from_flags()2099 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf; in ecore_get_cm_pq_idx_vf()2186 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in ecore_init_qm_vf_pqs()2189 ecore_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in ecore_init_qm_vf_pqs()
1027 #define PQ_FLAGS_VFS (1 << 6) macro