Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_roce.c99 params.rl_id_first = (u8)RESC_START(p_hwfn, ECORE_RL); in ecore_roce_start_rl()
100 params.rl_id_last = RESC_START(p_hwfn, ECORE_RL) + in ecore_roce_start_rl()
129 params.rl_id_first = (u8)RESC_START(p_hwfn, ECORE_RL); in ecore_roce_stop_rl()
130 params.rl_id_last = RESC_START(p_hwfn, ECORE_RL) + in ecore_roce_stop_rl()
529 p_ramrod->stats_counter_id = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_roce_sp_create_responder()
682 p_ramrod->stats_counter_id = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_roce_sp_create_requester()
H A Decore.h462 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) macro
464 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \
H A Decore_dev.c1906 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
1907 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
4825 p_resc_start = &RESC_START(p_hwfn, res_id); in __ecore_hw_set_resc_info()
5057 RESC_START(p_hwfn, ECORE_ILT), in ecore_hw_get_resc()
5074 RESC_START(p_hwfn, res_id)); in ecore_hw_get_resc()
6378 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6386 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
6397 min = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
6405 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
6416 min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG); in ecore_fw_rss_eng()
[all …]
H A Decore_rdma.c305 p_rdma_info->queue_zone_base = (u16) RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_rdma_alloc()
852 pheader->cnq_start_offset = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM); in ecore_rdma_start_fw()
1065 p_ramrod->cnq_start_offset = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM); in ecore_rdma_stop()
1343 p_ramrod->cnq_id = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM) in ecore_rdma_create_cq()
2422 abs_stats_queue = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_rdma_query_stats()
H A Decore_cxt.c652 p_mngr->pf_start_line = RESC_START(p_hwfn, ECORE_ILT); in ecore_cxt_cfg_ilt_compute()
H A Decore_iwarp.c960 RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) + in ecore_iwarp_mpa_offload()