Symbol: comp_cb
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1216
if (pi_info->comp_cb != OSAL_NULL)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1217
pi_info->comp_cb(p_hwfn, pi_info->cookie);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1729
ecore_int_comp_cb_t comp_cb,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1740
if (p_sp_sb->pi_info_arr[pi].comp_cb != OSAL_NULL)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1743
p_sp_sb->pi_info_arr[pi].comp_cb = comp_cb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1759
if (p_sp_sb->pi_info_arr[pi].comp_cb == OSAL_NULL)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1762
p_sp_sb->pi_info_arr[pi].comp_cb = OSAL_NULL;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
80
ecore_int_comp_cb_t comp_cb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
83
p_ent->comp_cb.cookie = &p_ent->comp_done;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
90
p_ent->comp_cb.cookie = p_data->p_comp_data->cookie;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
95
p_ent->comp_cb.function = OSAL_NULL;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
97
p_ent->comp_cb = *p_data->p_comp_data;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
1054
p_ent->comp_cb.function, p_ent->comp_cb.cookie);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
1055
if (found->comp_cb.function)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
1056
found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
145
comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
200
comp_done = (struct ecore_spq_comp_done *)p_ent->comp_cb.cookie;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.c
229
p_ent->comp_cb.function = ecore_spq_blocking_cb;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
149
struct ecore_spq_comp_cb comp_cb;