Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h448 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) macro
450 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \
H A Decore_dev.c342 qm_info->start_pq = (u16)RESC_START(p_hwfn, ECORE_PQ); in ecore_init_qm_params()
343 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
3058 p_resc_start = &RESC_START(p_hwfn, res_id); in __ecore_hw_set_resc_info()
3259 RESC_START(p_hwfn, ECORE_ILT), in ecore_hw_get_resc()
3276 RESC_START(p_hwfn, res_id)); in ecore_hw_get_resc()
4466 min = (u16)RESC_START(p_hwfn, ECORE_L2_QUEUE); in ecore_fw_l2_queue()
4474 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
4485 min = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_fw_vport()
4493 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
4504 min = (u8)RESC_START(p_hwfn, ECORE_RSS_ENG); in ecore_fw_rss_eng()
[all …]
H A Decore_cxt.c624 p_mngr->pf_start_line = RESC_START(p_hwfn, ECORE_ILT); in ecore_cxt_cfg_ilt_compute()