Searched refs:SG_DXFER_FROM_DEV (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 170 (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 D | qemu-pr-helper.c | 558 SG_DXFER_FROM_DEV); in do_pr_in()
|
/openbmc/linux/include/scsi/ |
H A D | sg.h | 102 #define SG_DXFER_FROM_DEV (-3) /* e.g. a SCSI READ command */ macro
|
/openbmc/ipmitool/src/plugins/usb/ |
H A D | usb.c | 234 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 D | scsi_ioctl.c | 435 case SG_DXFER_FROM_DEV: in sg_io() 803 hdr.dxfer_direction = SG_DXFER_FROM_DEV; in scsi_cdrom_send_packet()
|
H A D | sg.c | 672 hp->dxfer_direction = (mxsize > 0) ? SG_DXFER_FROM_DEV : SG_DXFER_NONE; in sg_write()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-generic.c | 371 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 D | scsi-disk.c | 2973 SG_DXFER_FROM_DEV, cb, cb_opaque); in scsi_block_dma_readv()
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 1075 case SG_DXFER_FROM_DEV: in iscsi_aio_ioctl()
|