Home
last modified time | relevance | path

Searched refs:SCSI_HOST_OK (Results 1 – 5 of 5) sorted by relevance

/qemu/include/scsi/
H A Dutils.h20 SCSI_HOST_OK, enumerator
/qemu/hw/scsi/
H A Dscsi-generic.c91 } else if (io_hdr->host_status != SCSI_HOST_OK) { in scsi_command_complete_noio()
312 if (r->io_header.host_status != SCSI_HOST_OK || in scsi_read_complete()
H A Dscsi-bus.c1572 req->host_status = SCSI_HOST_OK; in scsi_req_complete()
H A Dscsi-disk.c2817 if (io_hdr->host_status != SCSI_HOST_OK) { in scsi_block_sgio_complete()
/qemu/scsi/
H A Dqemu-pr-helper.c160 } else if (io_hdr.host_status != SCSI_HOST_OK) { in do_sgio_worker()