Searched refs:PQ_FLAGS_VFS (Results 1 – 2 of 2) sorted by relevance
1684 flags |= PQ_FLAGS_VFS; in ecore_get_pq_flags()1767 (!!(PQ_FLAGS_VFS & pq_flags)) * in ecore_init_qm_get_num_vports()1784 (!!(PQ_FLAGS_VFS & pq_flags)) * in ecore_init_qm_get_num_pqs()1974 case PQ_FLAGS_VFS: in ecore_init_qm_get_idx_from_flags()2019 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + (vf % max_vf); in ecore_get_cm_pq_idx_vf()2112 if (!(ecore_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in ecore_init_qm_vf_pqs()2115 ecore_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in ecore_init_qm_vf_pqs()
1043 #define PQ_FLAGS_VFS (1 << 6) macro