Home
last modified time | relevance | path

Searched refs:cb_func (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/bnx2fc/
Dbnx2fc_els.c23 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg),
665 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg), in bnx2fc_initiate_els()
708 els_req->cb_func = cb_func; in bnx2fc_initiate_els()
735 els_req->cb_func = NULL; in bnx2fc_initiate_els()
776 els_req->cb_func = NULL; in bnx2fc_initiate_els()
842 if ((els_req->cb_func) && (els_req->cb_arg)) { in bnx2fc_process_els_compl()
843 els_req->cb_func(els_req->cb_arg); in bnx2fc_process_els_compl()
Dbnx2fc_tgt.c227 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_flush_active_ios()
228 io_req->cb_func(io_req->cb_arg); in bnx2fc_flush_active_ios()
Dbnx2fc.h429 void (*cb_func)(struct bnx2fc_els_cb_arg *cb_arg); member
Dbnx2fc_io.c187 if ((io_req->cb_func) && (io_req->cb_arg)) { in bnx2fc_cmd_timeout()
188 io_req->cb_func(io_req->cb_arg); in bnx2fc_cmd_timeout()
/drivers/staging/comedi/
Dcomedidev.h171 int (*cb_func) (unsigned int flags, void *); member
Dcomedi_fops.c2381 if (async->cb_func) in comedi_event()
2382 async->cb_func(s->async->events, async->cb_arg); in comedi_event()
/drivers/scsi/mpt3sas/
Dmpt3sas_base.h959 u8 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func);
Dmpt3sas_base.c1071 mpt3sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt3sas_base_register_callback_handler() argument
1079 mpt_callbacks[cb_idx] = cb_func; in mpt3sas_base_register_callback_handler()
/drivers/scsi/mpt2sas/
Dmpt2sas_base.h1037 u8 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func);
Dmpt2sas_base.c1084 mpt2sas_base_register_callback_handler(MPT_CALLBACK cb_func) in mpt2sas_base_register_callback_handler() argument
1092 mpt_callbacks[cb_idx] = cb_func; in mpt2sas_base_register_callback_handler()