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()
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
1743 p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb; in ecore_int_register_cb()
1744 p_sp_sb->pi_info_arr[pi].cookie = cookie; in ecore_int_register_cb()
1757 struct ecore_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in ecore_int_unregister_cb() local
1762 p_sp_sb->pi_info_arr[pi].comp_cb = OSAL_NULL; in ecore_int_unregister_cb()
1763 p_sp_sb->pi_info_arr[pi].cookie = OSAL_NULL; in ecore_int_unregister_cb()
[all …]
H A Decore.h621 struct ecore_sb_sp_info *p_sp_sb; member