Searched refs:PQ_FLAGS_VFS (Results 1 – 2 of 2) sorted by relevance
1408 flags |= PQ_FLAGS_VFS; in qed_get_pq_flags()1489 (!!(PQ_FLAGS_VFS & pq_flags)) * in qed_init_qm_get_num_vports()1508 (!!(PQ_FLAGS_VFS & pq_flags)) * qed_init_qm_get_num_vfs(p_hwfn); in qed_init_qm_get_num_pqs()1712 case PQ_FLAGS_VFS: in qed_init_qm_get_idx_from_flags()1761 PQ_FLAGS_VFS); in qed_get_cm_pq_idx_vf()1768 return qed_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + (vf % max_vf); in qed_get_cm_pq_idx_vf()1882 if (!(qed_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in qed_init_qm_vf_pqs()1885 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in qed_init_qm_vf_pqs()
930 #define PQ_FLAGS_VFS (BIT(6)) macro
Completed in 18 milliseconds