Home
last modified time | relevance | path

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

/openbmc/qemu/scsi/
H A Dpr-manager-helper.c170 (cdb[0] == PERSISTENT_RESERVE_OUT ? SG_DXFER_TO_DEV : SG_DXFER_FROM_DEV); in pr_manager_helper_run()
207 if (expected_dir == SG_DXFER_TO_DEV) { in pr_manager_helper_run()
H A Dqemu-pr-helper.c579 SG_DXFER_TO_DEV); in do_pr_out()
/openbmc/linux/include/scsi/
H A Dsg.h101 #define SG_DXFER_TO_DEV (-2) /* e.g. a SCSI WRITE command */ macro
/openbmc/linux/drivers/scsi/
H A Dscsi_ioctl.c431 case SG_DXFER_TO_DEV: in sg_io()
800 hdr.dxfer_direction = SG_DXFER_TO_DEV; in scsi_cdrom_send_packet()
H A Dsg.c670 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()
674 if ((hp->dxfer_direction == SG_DXFER_TO_DEV) || in sg_write()
1736 int rw = hp->dxfer_direction == SG_DXFER_TO_DEV ? ITER_SOURCE : ITER_DEST; in sg_start_req()
1754 rq = scsi_alloc_request(q, hp->dxfer_direction == SG_DXFER_TO_DEV ? in sg_start_req()
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c332 10, Buffer, &pktLen, SG_DXFER_TO_DEV, in AMI_SPT_CMD_SendCmd()
/openbmc/linux/Documentation/scsi/
H A Dufs.rst175 if (dir == SG_DXFER_TO_DEV) {
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c419 ret = execute_command(s->conf.blk, r, SG_DXFER_TO_DEV, scsi_write_complete); in scsi_write_data()
H A Dscsi-disk.c2983 SG_DXFER_TO_DEV, cb, cb_opaque); in scsi_block_dma_writev()
/openbmc/qemu/block/
H A Discsi.c1072 case SG_DXFER_TO_DEV: in iscsi_aio_ioctl()