Home
last modified time | relevance | path

Searched refs:ecore_get_cm_pq_idx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h908 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
H A Decore_spq.c293 physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB); in ecore_spq_hw_initialize()
H A Decore_dev.c513 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags) in ecore_get_cm_pq_idx() function
527 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + tc; in ecore_get_cm_pq_idx_mcos()
537 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf; in ecore_get_cm_pq_idx_vf()
547 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + rl; in ecore_get_cm_pq_idx_rl()
H A Decore_cxt.c1584 STORE_RT_REG(p_hwfn, XCM_REG_CON_PHY_Q3_RT_OFFSET, ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB)); in ecore_cm_init_pf()