Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce.c510 regular_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD); in ecore_roce_sp_create_responder()
511 low_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LLT); in ecore_roce_sp_create_responder()
668 regular_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD); in ecore_roce_sp_create_requester()
669 low_latency_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LLT); in ecore_roce_sp_create_requester()
H A Decore_ll2.c938 pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB); in ecore_sp_ll2_tx_queue_start()
941 pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OOO); in ecore_sp_ll2_tx_queue_start()
944 pq_id = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD); in ecore_sp_ll2_tx_queue_start()
H A Decore.h1031 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
H A Decore_iwarp.c340 physical_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD); in ecore_iwarp_create_qp()
342 physical_queue = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_ACK); in ecore_iwarp_create_qp()
804 physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_OFLD); in ecore_iwarp_tcp_offload()
806 physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_ACK); in ecore_iwarp_tcp_offload()
H A Decore_spq.c304 physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB); in ecore_spq_hw_initialize()
H A Decore_dev.c2075 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags) in ecore_get_cm_pq_idx() function
2089 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_MCOS) + tc; in ecore_get_cm_pq_idx_mcos()
2099 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_VFS) + vf; in ecore_get_cm_pq_idx_vf()
2109 return ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_RLS) + rl; in ecore_get_cm_pq_idx_rl()
H A Decore_cxt.c1622 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()