Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlnx/qlnxe/
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.c1908 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
1909 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
4827 p_resc_start = &RESC_START(p_hwfn, res_id); in __ecore_hw_set_resc_info()
5059 RESC_START(p_hwfn, ECORE_ILT), in ecore_hw_get_resc()
5076 RESC_START(p_hwfn, res_id)); in ecore_hw_get_resc()
6380 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6388 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
6399 min = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
6407 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
6418 min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG); in ecore_fw_rss_eng()
[all …]
H A Decore_cxt.c652 p_mngr->pf_start_line = RESC_START(p_hwfn, ECORE_ILT); in ecore_cxt_cfg_ilt_compute()