Searched refs:io_cbfn (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 64 void (*io_cbfn) (struct csio_hw *, struct csio_ioreq *), 1470 if (io_req->io_cbfn) in csio_ln_mgmt_wr_handler() 1471 io_req->io_cbfn(hw, io_req); in csio_ln_mgmt_wr_handler() 1806 void (*io_cbfn) (struct csio_hw *, struct csio_ioreq *), in csio_ln_mgmt_submit_req() 1816 io_req->io_cbfn = io_cbfn; /* Upper layer callback handler */ in csio_ln_mgmt_submit_req()
|
H A D | csio_wr.h | 253 void (*io_cbfn) (struct csio_hw *, struct csio_ioreq *); member
|
H A D | csio_isr.c | 231 ioreq->io_cbfn(hw, ioreq); in csio_scsi_isr_handler()
|
H A D | csio_scsi.c | 1179 ioreq->io_cbfn(hw, ioreq); in csio_scsi_cleanup_io_q() 1854 ioreq->io_cbfn = csio_scsi_cbfn; in csio_queuecommand() 2141 ioreq->io_cbfn = csio_tm_cbfn; in csio_eh_lun_reset_handler()
|
H A D | csio_hw.c | 4126 if (io_req->io_cbfn) { in csio_mgmt_tmo_handler() 4129 io_req->io_cbfn(mgmtm->hw, io_req); in csio_mgmt_tmo_handler() 4165 if (io_req->io_cbfn) { in csio_mgmtm_cleanup() 4168 io_req->io_cbfn(mgmtm->hw, io_req); in csio_mgmtm_cleanup()
|