Home
last modified time | relevance | path

Searched refs:SG_ERR_DRIVER_SENSE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scsi/
H A Dpr-manager-helper.c234 io_hdr->driver_status = SG_ERR_DRIVER_SENSE; in pr_manager_helper_run()
243 io_hdr->driver_status = SG_ERR_DRIVER_SENSE; in pr_manager_helper_run()
/openbmc/qemu/include/scsi/
H A Dutils.h141 #define SG_ERR_DRIVER_SENSE 0x08 macro
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c98 if (io_hdr->driver_status & SG_ERR_DRIVER_SENSE) { in scsi_command_complete_noio()
286 if (r->io_header.driver_status & SG_ERR_DRIVER_SENSE) { in scsi_read_complete()
/openbmc/qemu/block/
H A Discsi.c985 #define SG_ERR_DRIVER_SENSE 0x08 in iscsi_aio_ioctl_cb() macro
990 acb->ioh->driver_status |= SG_ERR_DRIVER_SENSE; in iscsi_aio_ioctl_cb()