Home
last modified time | relevance | path

Searched refs:RESC_START (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce.c97 params.rl_id_first = (u8)RESC_START(p_hwfn, ECORE_RL); in ecore_roce_start_rl()
98 params.rl_id_last = RESC_START(p_hwfn, ECORE_RL) + in ecore_roce_start_rl()
127 params.rl_id_first = (u8)RESC_START(p_hwfn, ECORE_RL); in ecore_roce_stop_rl()
128 params.rl_id_last = RESC_START(p_hwfn, ECORE_RL) + in ecore_roce_stop_rl()
527 p_ramrod->stats_counter_id = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_roce_sp_create_responder()
680 p_ramrod->stats_counter_id = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_roce_sp_create_requester()
H A Decore.h461 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) macro
463 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \
H A Decore_dev.c1904 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
1905 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
4823 p_resc_start = &RESC_START(p_hwfn, res_id); in __ecore_hw_set_resc_info()
5055 RESC_START(p_hwfn, ECORE_ILT), in ecore_hw_get_resc()
5072 RESC_START(p_hwfn, res_id)); in ecore_hw_get_resc()
6376 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6384 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
6395 min = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
6403 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
6414 min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG); in ecore_fw_rss_eng()
[all …]
H A Decore_rdma.c303 p_rdma_info->queue_zone_base = (u16) RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_rdma_alloc()
850 pheader->cnq_start_offset = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM); in ecore_rdma_start_fw()
1063 p_ramrod->cnq_start_offset = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM); in ecore_rdma_stop()
1341 p_ramrod->cnq_id = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM) in ecore_rdma_create_cq()
2420 abs_stats_queue = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_rdma_query_stats()
H A Decore_cxt.c650 p_mngr->pf_start_line = RESC_START(p_hwfn, ECORE_ILT); in ecore_cxt_cfg_ilt_compute()
H A Decore_iwarp.c958 RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_iwarp_mpa_offload()