Home
last modified time | relevance | path

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

/drivers/scsi/elx/efct/
Defct_scsi.c143 if (status == 0 && io->auto_resp) in efct_target_io_cb()
657 io->auto_resp = true; in efct_scsi_xfer_data()
659 io->auto_resp = false; in efct_scsi_xfer_data()
739 bool auto_resp = true; in efct_scsi_send_resp() local
787 auto_resp = false; in efct_scsi_send_resp()
831 if (auto_resp) in efct_scsi_send_resp()
Defct_io.h122 bool auto_resp; member