Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h391 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) macro
393 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \
H A Decore_dev.c1795 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
1796 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
4590 p_resc_start = &RESC_START(p_hwfn, res_id); in __ecore_hw_set_resc_info()
4838 RESC_START(p_hwfn, ECORE_ILT), RESC_END(p_hwfn, in ecore_hw_get_resc()
4856 RESC_START(p_hwfn, res_id)); in ecore_hw_get_resc()
6168 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
6177 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
6188 min = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
6197 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
6208 min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG); in ecore_fw_rss_eng()
[all …]
H A Decore_cxt.c435 p_mngr->pf_start_line = RESC_START(p_hwfn, ECORE_ILT); in ecore_cxt_cfg_ilt_compute()