Symbol: RESC_START
sys/dev/qlnx/qlnxe/ecore.h
463
#define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \
sys/dev/qlnx/qlnxe/ecore_cxt.c
650
p_mngr->pf_start_line = RESC_START(p_hwfn, ECORE_ILT);
sys/dev/qlnx/qlnxe/ecore_dev.c
1904
qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ);
sys/dev/qlnx/qlnxe/ecore_dev.c
1905
qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT);
sys/dev/qlnx/qlnxe/ecore_dev.c
4823
p_resc_start = &RESC_START(p_hwfn, res_id);
sys/dev/qlnx/qlnxe/ecore_dev.c
5055
RESC_START(p_hwfn, ECORE_ILT),
sys/dev/qlnx/qlnxe/ecore_dev.c
5072
RESC_START(p_hwfn, res_id));
sys/dev/qlnx/qlnxe/ecore_dev.c
6376
min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE);
sys/dev/qlnx/qlnxe/ecore_dev.c
6384
*dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id;
sys/dev/qlnx/qlnxe/ecore_dev.c
6395
min = (u8)RESC_START(p_hwfn, ECORE_VPORT);
sys/dev/qlnx/qlnxe/ecore_dev.c
6403
*dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id;
sys/dev/qlnx/qlnxe/ecore_dev.c
6414
min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG);
sys/dev/qlnx/qlnxe/ecore_dev.c
6422
*dst_id = RESC_START(p_hwfn, ECORE_RSS_ENG) + src_id;
sys/dev/qlnx/qlnxe/ecore_iwarp.c
958
RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) +
sys/dev/qlnx/qlnxe/ecore_rdma.c
1063
p_ramrod->cnq_start_offset = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1341
p_ramrod->cnq_id = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM)
sys/dev/qlnx/qlnxe/ecore_rdma.c
2420
abs_stats_queue = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) +
sys/dev/qlnx/qlnxe/ecore_rdma.c
303
p_rdma_info->queue_zone_base = (u16) RESC_START(p_hwfn, ECORE_L2_QUEUE);
sys/dev/qlnx/qlnxe/ecore_rdma.c
850
pheader->cnq_start_offset = (u8)RESC_START(p_hwfn, ECORE_RDMA_CNQ_RAM);
sys/dev/qlnx/qlnxe/ecore_roce.c
127
params.rl_id_first = (u8)RESC_START(p_hwfn, ECORE_RL);
sys/dev/qlnx/qlnxe/ecore_roce.c
128
params.rl_id_last = RESC_START(p_hwfn, ECORE_RL) +
sys/dev/qlnx/qlnxe/ecore_roce.c
527
p_ramrod->stats_counter_id = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) +
sys/dev/qlnx/qlnxe/ecore_roce.c
680
p_ramrod->stats_counter_id = RESC_START(p_hwfn, ECORE_RDMA_STATS_QUEUE) +
sys/dev/qlnx/qlnxe/ecore_roce.c
97
params.rl_id_first = (u8)RESC_START(p_hwfn, ECORE_RL);
sys/dev/qlnx/qlnxe/ecore_roce.c
98
params.rl_id_last = RESC_START(p_hwfn, ECORE_RL) +