Home
last modified time | relevance | path

Searched refs:SCSI_XFER_TO_DEV (Results 1 – 10 of 10) sorted by relevance

/qemu/include/scsi/
H A Dutils.h16 SCSI_XFER_TO_DEV, /* WRITE, MODE_SELECT, ... */ enumerator
/qemu/hw/scsi/
H A Dscsi-generic.c49 if (r->buflen && r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_generic_save_request()
60 if (r->buflen && r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_generic_load_request()
486 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_send_command()
H A Dscsi-bus.c246 case SCSI_XFER_TO_DEV: in scsi_dma_restart_req()
1375 cmd->mode = SCSI_XFER_TO_DEV; in scsi_cmd_xfer_mode()
1381 SCSI_XFER_FROM_DEV : SCSI_XFER_TO_DEV; in scsi_cmd_xfer_mode()
1471 if (req->cmd.mode == SCSI_XFER_TO_DEV) { in scsi_req_continue()
1532 case SCSI_XFER_TO_DEV: in scsi_req_print()
H A Dscsi-disk.c156 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_disk_save_request()
184 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_disk_load_request()
369 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_dma_complete()
505 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_read_data()
584 if (r->req.cmd.mode != SCSI_XFER_TO_DEV) { in scsi_write_data()
2249 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) {
2352 if (r->req.cmd.mode == SCSI_XFER_TO_DEV) { in scsi_disk_reset()
H A Dvmw_pvscsi.c741 if (r->sreq->cmd.mode == SCSI_XFER_TO_DEV && in pvscsi_process_request_descriptor()
H A Dmptsas.c341 if (req->sreq->cmd.mode != SCSI_XFER_TO_DEV) { in mptsas_process_scsi_io_request()
H A Dvirtio-scsi.c230 req->mode = SCSI_XFER_TO_DEV; in virtio_scsi_parse_req()
H A Dmegasas.c1762 is_write = (cmd->req->cmd.mode == SCSI_XFER_TO_DEV); in megasas_handle_scsi()
/qemu/hw/usb/
H A Ddev-storage.c247 if ((s->mode == USB_MSDM_DATAOUT) != (req->cmd.mode == SCSI_XFER_TO_DEV)) { in usb_msd_transfer_data()
H A Ddev-uas.c538 if (req->req->cmd.mode == SCSI_XFER_TO_DEV && uas->dataout2 == NULL) { in usb_uas_start_next_transfer()