Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/elx/efct/
Defct_scsi.c128 if (!io->scsi_tgt_cb) { in efct_target_io_cb()
134 cb = io->scsi_tgt_cb; in efct_target_io_cb()
137 io->scsi_tgt_cb = NULL; in efct_target_io_cb()
637 io->scsi_tgt_cb = cb; in efct_scsi_xfer_data()
760 io->scsi_tgt_cb = cb; in efct_scsi_send_resp()
997 io->scsi_tgt_cb = cb; in efct_scsi_send_tmf_resp()
Defct_io.h127 efct_scsi_io_cb_t scsi_tgt_cb; member