Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c1289 if (!p_hwfn->p_sp_sb) { in ecore_int_sp_dpc()
1294 sb_info = &p_hwfn->p_sp_sb->sb_info; in ecore_int_sp_dpc()
1367 pi_info = &p_hwfn->p_sp_sb->pi_info_arr[pi]; in ecore_int_sp_dpc()
1874 p_hwfn->p_sp_sb = p_sb; in ecore_int_sp_sb_alloc()
1888 struct ecore_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in ecore_int_register_cb() local
1897 p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb; in ecore_int_register_cb()
1898 p_sp_sb->pi_info_arr[pi].cookie = cookie; in ecore_int_register_cb()
1910 struct ecore_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in ecore_int_unregister_cb() local
1915 p_sp_sb->pi_info_arr[pi].comp_cb = OSAL_NULL; in ecore_int_unregister_cb()
1916 p_sp_sb->pi_info_arr[pi].cookie = OSAL_NULL; in ecore_int_unregister_cb()
[all …]
H A Decore.h639 struct ecore_sb_sp_info *p_sp_sb; member