Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c2206 sizeof(*p_igu_info)); in ecore_int_igu_read_cam()
2207 if (!p_hwfn->hw_info.p_igu_info) in ecore_int_igu_read_cam()
2209 p_igu_info = p_hwfn->hw_info.p_igu_info; in ecore_int_igu_read_cam()
2236 p_igu_info->usage.cnt++; in ecore_int_igu_read_cam()
2245 p_igu_info->usage.iov_cnt++; in ecore_int_igu_read_cam()
2272 p_igu_info->igu_dsb_id); in ecore_int_igu_read_cam()
2277 p_igu_info->usage.free_cnt = p_igu_info->usage.cnt; in ecore_int_igu_read_cam()
2278 p_igu_info->usage.free_cnt_iov = p_igu_info->usage.iov_cnt; in ecore_int_igu_read_cam()
2282 p_igu_info->igu_dsb_id, p_igu_info->usage.cnt, in ecore_int_igu_read_cam()
2283 p_igu_info->usage.iov_cnt); in ecore_int_igu_read_cam()
[all …]
H A Decore_dev.c1306 struct ecore_igu_info *p_igu_info; in ecore_init_cau_rt_data() local
1310 p_igu_info = p_hwfn->hw_info.p_igu_info; in ecore_init_cau_rt_data()
1315 p_block = &p_igu_info->entry[igu_sb_id]; in ecore_init_cau_rt_data()
2725 OSAL_FREE(p_hwfn->p_dev, p_hwfn->hw_info.p_igu_info); in ecore_hw_hwfn_free()
2726 p_hwfn->hw_info.p_igu_info = OSAL_NULL; in ecore_hw_hwfn_free()
H A Decore.h474 struct ecore_igu_info *p_igu_info; member