Home
last modified time | relevance | path

Searched refs:SG_DXFER_FROM_DEV (Results 1 – 9 of 9) 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()
221 if (io_hdr->dxfer_direction == SG_DXFER_FROM_DEV) { in pr_manager_helper_run()
H A Dqemu-pr-helper.c558 SG_DXFER_FROM_DEV); in do_pr_in()
/openbmc/linux/include/scsi/
H A Dsg.h102 #define SG_DXFER_FROM_DEV (-3) /* e.g. a SCSI READ command */ macro
/openbmc/ipmitool/src/plugins/usb/
H A Dusb.c234 10, szSignature, &siglen, SG_DXFER_FROM_DEV, in AMI_SPT_CMD_Identify()
363 10, Buffer, &pktLen, SG_DXFER_FROM_DEV, in AMI_SPT_CMD_RecvCmd()
/openbmc/linux/drivers/scsi/
H A Dscsi_ioctl.c435 case SG_DXFER_FROM_DEV: in sg_io()
803 hdr.dxfer_direction = SG_DXFER_FROM_DEV; in scsi_cdrom_send_packet()
H A Dsg.c672 hp->dxfer_direction = (mxsize > 0) ? SG_DXFER_FROM_DEV : SG_DXFER_NONE; in sg_write()
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c371 ret = execute_command(s->conf.blk, r, SG_DXFER_FROM_DEV, in scsi_read_data()
536 io_header.dxfer_direction = SG_DXFER_FROM_DEV; in scsi_SG_IO_FROM_DEV()
H A Dscsi-disk.c2973 SG_DXFER_FROM_DEV, cb, cb_opaque); in scsi_block_dma_readv()
/openbmc/qemu/block/
H A Discsi.c1075 case SG_DXFER_FROM_DEV: in iscsi_aio_ioctl()