Searched refs:pq_flags (Results 1 – 2 of 2) sorted by relevance
1875 u32 pq_flags = ecore_get_pq_flags(p_hwfn); in ecore_init_qm_get_num_vports() local1878 return (!!(PQ_FLAGS_RLS & pq_flags)) * ecore_init_qm_get_num_pf_rls(p_hwfn) + in ecore_init_qm_get_num_vports()1879 (!!(PQ_FLAGS_VFS & pq_flags)) * ecore_init_qm_get_num_vfs(p_hwfn) + 1; in ecore_init_qm_get_num_vports()1885 u32 pq_flags = ecore_get_pq_flags(p_hwfn); in ecore_init_qm_get_num_pqs() local1887 return (!!(PQ_FLAGS_RLS & pq_flags)) * ecore_init_qm_get_num_pf_rls(p_hwfn) + in ecore_init_qm_get_num_pqs()1888 (!!(PQ_FLAGS_MCOS & pq_flags)) * ecore_init_qm_get_num_tcs(p_hwfn) + in ecore_init_qm_get_num_pqs()1889 (!!(PQ_FLAGS_LB & pq_flags)) + in ecore_init_qm_get_num_pqs()1890 (!!(PQ_FLAGS_OOO & pq_flags)) + in ecore_init_qm_get_num_pqs()1891 (!!(PQ_FLAGS_ACK & pq_flags)) + in ecore_init_qm_get_num_pqs()1892 (!!(PQ_FLAGS_OFLD & pq_flags)) + in ecore_init_qm_get_num_pqs()[all …]
1031 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);