Searched refs:comp_cb (Results 1 – 5 of 5) sorted by relevance
145 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in __ecore_spq_block()211 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in ecore_spq_block()240 p_ent->comp_cb.function = ecore_spq_blocking_cb; in ecore_spq_fill_entry()1088 p_ent->comp_cb.function, p_ent->comp_cb.cookie); in ecore_spq_completion()1089 if (found->comp_cb.function) in ecore_spq_completion()1090 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data, in ecore_spq_completion()
82 p_ent->comp_cb.cookie = &p_ent->comp_done; in ecore_sp_init_request()89 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()94 p_ent->comp_cb.function = OSAL_NULL; in ecore_sp_init_request()96 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
162 ecore_int_comp_cb_t comp_cb,
75 ecore_int_comp_cb_t comp_cb; member1316 if (pi_info->comp_cb != OSAL_NULL) in ecore_int_sp_dpc()1317 pi_info->comp_cb(p_hwfn, pi_info->cookie); in ecore_int_sp_dpc()1830 ecore_int_comp_cb_t comp_cb, in ecore_int_register_cb() argument1841 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()1844 p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb; in ecore_int_register_cb()1860 if (p_sp_sb->pi_info_arr[pi].comp_cb == OSAL_NULL) in ecore_int_unregister_cb()1863 p_sp_sb->pi_info_arr[pi].comp_cb = OSAL_NULL; in ecore_int_unregister_cb()
143 struct ecore_spq_comp_cb comp_cb; member