Home
last modified time | relevance | path

Searched refs:p_igu_info (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c1621 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in ecore_get_igu_free_sb()
1643 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in ecore_get_pf_igu_sb_id()
1662 igu_sb_id = p_hwfn->hw_info.p_igu_info->igu_dsb_id; in ecore_get_igu_sb_id()
1703 p_info = p_hwfn->hw_info.p_igu_info; in ecore_int_sb_init()
1760 p_info = p_hwfn->hw_info.p_igu_info; in ecore_int_sb_release()
2033 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_sb_id]; in ecore_int_igu_init_pure_rt_single()
2074 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; in ecore_int_igu_init_pure_rt()
2111 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; in ecore_int_igu_reset_cam()
2251 struct ecore_sb_cnt_info *p_cnt = &p_hwfn->hw_info.p_igu_info->usage; in ecore_int_igu_reset_cam_default()
2276 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_sb_id]; in ecore_int_igu_read_cam_block()
[all …]
H A Decore.h489 struct ecore_igu_info *p_igu_info; member
H A Decore_sriov.c988 if (num_rx_queues > p_hwfn->hw_info.p_igu_info->usage.free_cnt_iov) in ecore_iov_alloc_vf_igu_sbs()
990 (u16)p_hwfn->hw_info.p_igu_info->usage.free_cnt_iov; in ecore_iov_alloc_vf_igu_sbs()
991 p_hwfn->hw_info.p_igu_info->usage.free_cnt_iov -= num_rx_queues; in ecore_iov_alloc_vf_igu_sbs()
1040 struct ecore_igu_info *p_info = p_hwfn->hw_info.p_igu_info; in ecore_iov_free_vf_igu_sbs()
1055 p_hwfn->hw_info.p_igu_info->usage.free_cnt_iov++; in ecore_iov_free_vf_igu_sbs()
H A Decore_dev.c2880 struct ecore_igu_info *p_igu_info; in ecore_init_cau_rt_data() local
2884 p_igu_info = p_hwfn->hw_info.p_igu_info; in ecore_init_cau_rt_data()
2889 p_block = &p_igu_info->entry[igu_sb_id]; in ecore_init_cau_rt_data()
4485 OSAL_FREE(p_hwfn->p_dev, p_hwfn->hw_info.p_igu_info); in ecore_hw_hwfn_free()
4486 p_hwfn->hw_info.p_igu_info = OSAL_NULL; in ecore_hw_hwfn_free()