Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c142 if (status == 0 && io->auto_resp) in efct_target_io_cb()
656 io->auto_resp = true; in efct_scsi_xfer_data()
658 io->auto_resp = false; in efct_scsi_xfer_data()
738 bool auto_resp = true; in efct_scsi_send_resp() local
786 auto_resp = false; in efct_scsi_send_resp()
830 if (auto_resp) in efct_scsi_send_resp()
H A Defct_io.h122 bool auto_resp; member