ecore_get_cm_pq_idx
u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
STORE_RT_REG(p_hwfn, XCM_REG_CON_PHY_Q3_RT_OFFSET, ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB));
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + tc;
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf;
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + rl;
physical_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
physical_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_ACK);
physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_ACK);
pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB);
pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OOO);
pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
regular_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
low_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LLT);
regular_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
low_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LLT);
physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB);