Symbol: ecore_get_cm_pq_idx
sys/dev/qlnx/qlnxe/ecore.h
1031
u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1622
STORE_RT_REG(p_hwfn, XCM_REG_CON_PHY_Q3_RT_OFFSET, ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB));
sys/dev/qlnx/qlnxe/ecore_dev.c
2089
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + tc;
sys/dev/qlnx/qlnxe/ecore_dev.c
2099
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf;
sys/dev/qlnx/qlnxe/ecore_dev.c
2109
return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + rl;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
340
physical_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
342
physical_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_ACK);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
804
physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
806
physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_ACK);
sys/dev/qlnx/qlnxe/ecore_ll2.c
938
pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB);
sys/dev/qlnx/qlnxe/ecore_ll2.c
941
pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OOO);
sys/dev/qlnx/qlnxe/ecore_ll2.c
944
pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
sys/dev/qlnx/qlnxe/ecore_roce.c
510
regular_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
sys/dev/qlnx/qlnxe/ecore_roce.c
511
low_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LLT);
sys/dev/qlnx/qlnxe/ecore_roce.c
668
regular_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD);
sys/dev/qlnx/qlnxe/ecore_roce.c
669
low_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LLT);
sys/dev/qlnx/qlnxe/ecore_spq.c
304
physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB);