Searched refs:p_sp_sb (Results 1 – 2 of 2) sorted by relevance
1245 if (!p_hwfn->p_sp_sb) { in ecore_int_sp_dpc()1250 sb_info = &p_hwfn->p_sp_sb->sb_info; in ecore_int_sp_dpc()1251 arr_size = OSAL_ARRAY_SIZE(p_hwfn->p_sp_sb->pi_info_arr); in ecore_int_sp_dpc()1318 pi_info = &p_hwfn->p_sp_sb->pi_info_arr[pi]; in ecore_int_sp_dpc()1782 struct ecore_sb_sp_info *p_sb = p_hwfn->p_sp_sb; in ecore_int_sp_sb_free()1795 p_hwfn->p_sp_sb = OSAL_NULL; in ecore_int_sp_sb_free()1824 p_hwfn->p_sp_sb = p_sb; in ecore_int_sp_sb_alloc()1839 struct ecore_sb_sp_info *p_sp_sb = p_hwfn->p_sp_sb; in ecore_int_register_cb() local1844 for (pi = 0; pi < OSAL_ARRAY_SIZE(p_sp_sb->pi_info_arr); pi++) { in ecore_int_register_cb()1845 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()[all …]
710 struct ecore_sb_sp_info *p_sp_sb; member