Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int.c1242 if (!p_hwfn->p_sp_sb) { in ecore_int_sp_dpc()
1247 sb_info = &p_hwfn->p_sp_sb->sb_info; in ecore_int_sp_dpc()
1248 arr_size = OSAL_ARRAY_SIZE(p_hwfn->p_sp_sb->pi_info_arr); in ecore_int_sp_dpc()
1315 pi_info = &p_hwfn->p_sp_sb->pi_info_arr[pi]; in ecore_int_sp_dpc()
1779 struct ecore_sb_sp_info *p_sb = p_hwfn->p_sp_sb; in ecore_int_sp_sb_free()
1792 p_hwfn->p_sp_sb = OSAL_NULL; in ecore_int_sp_sb_free()
1820 p_hwfn->p_sp_sb = p_sb; in ecore_int_sp_sb_alloc()
1835 struct ecore_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in ecore_int_register_cb() local
1840 for (pi = 0; pi < OSAL_ARRAY_SIZE(p_sp_sb->pi_info_arr); pi++) { in ecore_int_register_cb()
1841 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()
[all …]
H A Decore.h709 struct ecore_sb_sp_info *p_sp_sb; member