Searched refs:pi_info_arr (Results 1 – 1 of 1) sorted by relevance
33 struct ecore_pi_info pi_info_arr[MAX_PIS_PER_SB]; member1367 pi_info = &p_hwfn->p_sp_sb->pi_info_arr[pi]; in ecore_int_sp_dpc()1894 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()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()1912 if (p_sp_sb->pi_info_arr[pi].comp_cb == OSAL_NULL) in ecore_int_unregister_cb()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()