Searched refs:comp_cb (Results 1 – 5 of 5) sorted by relevance
148 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in __ecore_spq_block()214 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in ecore_spq_block()243 p_ent->comp_cb.function = ecore_spq_blocking_cb; in ecore_spq_fill_entry()1094 p_ent->comp_cb.function, p_ent->comp_cb.cookie); in ecore_spq_completion()1095 if (found->comp_cb.function) in ecore_spq_completion()1096 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data, in ecore_spq_completion()
84 p_ent->comp_cb.cookie = &p_ent->comp_done; in ecore_sp_init_request()91 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()96 p_ent->comp_cb.function = OSAL_NULL; in ecore_sp_init_request()98 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
164 ecore_int_comp_cb_t comp_cb,
77 ecore_int_comp_cb_t comp_cb; member1319 if (pi_info->comp_cb != OSAL_NULL) in ecore_int_sp_dpc()1320 pi_info->comp_cb(p_hwfn, pi_info->cookie); in ecore_int_sp_dpc()1834 ecore_int_comp_cb_t comp_cb, in ecore_int_register_cb() argument1845 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()1848 p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb; in ecore_int_register_cb()1864 if (p_sp_sb->pi_info_arr[pi].comp_cb == OSAL_NULL) in ecore_int_unregister_cb()1867 p_sp_sb->pi_info_arr[pi].comp_cb = OSAL_NULL; in ecore_int_unregister_cb()
145 struct ecore_spq_comp_cb comp_cb; member