Home
last modified time | relevance | path

Searched refs:p_sp_sb (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1142 if (!p_hwfn->p_sp_sb) { in ecore_int_sp_dpc()
1147 sb_info = &p_hwfn->p_sp_sb->sb_info; in ecore_int_sp_dpc()
1148 arr_size = OSAL_ARRAY_SIZE(p_hwfn->p_sp_sb->pi_info_arr); in ecore_int_sp_dpc()
1215 pi_info = &p_hwfn->p_sp_sb->pi_info_arr[pi]; in ecore_int_sp_dpc()
1677 struct ecore_sb_sp_info *p_sb = p_hwfn->p_sp_sb; in ecore_int_sp_sb_free()
1690 p_hwfn->p_sp_sb = OSAL_NULL; in ecore_int_sp_sb_free()
1719 p_hwfn->p_sp_sb = p_sb; in ecore_int_sp_sb_alloc()
1734 struct ecore_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in ecore_int_register_cb() local
1739 for (pi = 0; pi < OSAL_ARRAY_SIZE(p_sp_sb->pi_info_arr); pi++) { in ecore_int_register_cb()
1740 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()
[all …]
H A Decore.h621 struct ecore_sb_sp_info *p_sp_sb; member