Searched refs:ecore_get_cm_pq_idx (Results 1 – 4 of 4) sorted by relevance
1047 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
241 physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB); in ecore_spq_hw_initialize()
1995 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags) in ecore_get_cm_pq_idx() function2009 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + (tc % max_tc); in ecore_get_cm_pq_idx_mcos()2019 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + (vf % max_vf); in ecore_get_cm_pq_idx_vf()2029 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + (rl % max_rl); in ecore_get_cm_pq_idx_rl()
1430 ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB)); in ecore_cm_init_pf()