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()200 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in ecore_spq_block()229 p_ent->comp_cb.function = ecore_spq_blocking_cb; in ecore_spq_fill_entry()1054 p_ent->comp_cb.function, p_ent->comp_cb.cookie); in ecore_spq_completion()1055 if (found->comp_cb.function) in ecore_spq_completion()1056 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data, in ecore_spq_completion()
83 p_ent->comp_cb.cookie = &p_ent->comp_done; in ecore_sp_init_request()90 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()95 p_ent->comp_cb.function = OSAL_NULL; in ecore_sp_init_request()97 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
169 ecore_int_comp_cb_t comp_cb,
80 ecore_int_comp_cb_t comp_cb; member1216 if (pi_info->comp_cb != OSAL_NULL) in ecore_int_sp_dpc()1217 pi_info->comp_cb(p_hwfn, pi_info->cookie); in ecore_int_sp_dpc()1729 ecore_int_comp_cb_t comp_cb, in ecore_int_register_cb() argument1740 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()1743 p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb; in ecore_int_register_cb()1759 if (p_sp_sb->pi_info_arr[pi].comp_cb == OSAL_NULL) in ecore_int_unregister_cb()1762 p_sp_sb->pi_info_arr[pi].comp_cb = OSAL_NULL; in ecore_int_unregister_cb()
149 struct ecore_spq_comp_cb comp_cb; member