Searched refs:ecore_get_cm_pq_idx (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_roce.c | 510 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 D | ecore_ll2.c | 938 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 D | ecore.h | 1031 u16 ecore_get_cm_pq_idx(struct ecore_hwfn *p_hwfn, u32 pq_flags);
|
H A D | ecore_iwarp.c | 340 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 D | ecore_spq.c | 304 physical_q = ecore_get_cm_pq_idx(p_hwfn, PQ_FLAGS_LB); in ecore_spq_hw_initialize()
|
H A D | ecore_dev.c | 2075 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 D | 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)); in ecore_cm_init_pf()
|