Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c1427 flags |= PQ_FLAGS_VFS; in qed_get_pq_flags()
1508 (!!(PQ_FLAGS_VFS & pq_flags)) * in qed_init_qm_get_num_vports()
1527 (!!(PQ_FLAGS_VFS & pq_flags)) * qed_init_qm_get_num_vfs(p_hwfn); in qed_init_qm_get_num_pqs()
1731 case PQ_FLAGS_VFS: in qed_init_qm_get_idx_from_flags()
1780 PQ_FLAGS_VFS); in qed_get_cm_pq_idx_vf()
1787 return qed_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + (vf % max_vf); in qed_get_cm_pq_idx_vf()
1901 if (!(qed_get_pq_flags(p_hwfn) & PQ_FLAGS_VFS)) in qed_init_qm_vf_pqs()
1904 qed_init_qm_set_idx(p_hwfn, PQ_FLAGS_VFS, qm_info->num_pqs); in qed_init_qm_vf_pqs()
H A Dqed.h932 #define PQ_FLAGS_VFS (BIT(6)) macro