Home
last modified time | relevance | path

Searched refs:scsi_tgt_cb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c127 if (!io->scsi_tgt_cb) { in efct_target_io_cb()
133 cb = io->scsi_tgt_cb; in efct_target_io_cb()
136 io->scsi_tgt_cb = NULL; in efct_target_io_cb()
636 io->scsi_tgt_cb = cb; in efct_scsi_xfer_data()
759 io->scsi_tgt_cb = cb; in efct_scsi_send_resp()
996 io->scsi_tgt_cb = cb; in efct_scsi_send_tmf_resp()
H A Defct_io.h127 efct_scsi_io_cb_t scsi_tgt_cb; member