Home
last modified time | relevance | path

Searched refs:comp_cb (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c60 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in __ecore_spq_block()
125 comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie; in ecore_spq_block()
162 p_ent->comp_cb.function = ecore_spq_blocking_cb; in ecore_spq_fill_entry()
1019 p_ent->comp_cb.function, p_ent->comp_cb.cookie); in ecore_spq_completion()
1020 if (found->comp_cb.function) in ecore_spq_completion()
1021 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data, in ecore_spq_completion()
H A Decore_int.h136 ecore_int_comp_cb_t comp_cb,
H A Decore_sp_commands.c54 p_ent->comp_cb.cookie = &p_ent->comp_done; in ecore_sp_init_request()
61 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()
66 p_ent->comp_cb.function = OSAL_NULL; in ecore_sp_init_request()
68 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
H A Decore_spq.h73 struct ecore_spq_comp_cb comp_cb; member
H A Decore_int.c25 ecore_int_comp_cb_t comp_cb; member
1368 if (pi_info->comp_cb != OSAL_NULL) in ecore_int_sp_dpc()
1369 pi_info->comp_cb(p_hwfn, pi_info->cookie); in ecore_int_sp_dpc()
1884 ecore_int_comp_cb_t comp_cb, in ecore_int_register_cb() argument
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()
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()