Searched refs:comp_cb (Results 1 – 5 of 5) sorted by relevance
147 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in __ecore_spq_block()213 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in ecore_spq_block()242 p_ent->comp_cb.function = ecore_spq_blocking_cb; in ecore_spq_fill_entry()1090 p_ent->comp_cb.function, p_ent->comp_cb.cookie); in ecore_spq_completion()1091 if (found->comp_cb.function) in ecore_spq_completion()1092 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; member1318 if (pi_info->comp_cb != OSAL_NULL) in ecore_int_sp_dpc()1319 pi_info->comp_cb(p_hwfn, pi_info->cookie); in ecore_int_sp_dpc()1832 ecore_int_comp_cb_t comp_cb, in ecore_int_register_cb() argument1843 if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL) in ecore_int_register_cb()1846 p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb; in ecore_int_register_cb()1862 if (p_sp_sb->pi_info_arr[pi].comp_cb == OSAL_NULL) in ecore_int_unregister_cb()1865 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