Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dsg.h74 #define SG_DXFER_TO_DEV -2 /* e.g. a SCSI WRITE command */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dsg.h74 #define SG_DXFER_TO_DEV -2 /* e.g. a SCSI WRITE command */ macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Dsg.h105 #define SG_DXFER_TO_DEV (-2) /* e.g. a SCSI WRITE command */ macro
/OK3568_Linux_fs/kernel/block/
H A Dscsi_ioctl.c303 case SG_DXFER_TO_DEV: in sg_io()
732 hdr.dxfer_direction = SG_DXFER_TO_DEV; in scsi_cdrom_send_packet()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dufs.rst173 if (dir == SG_DXFER_TO_DEV) {
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c671 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()
675 if ((hp->dxfer_direction == SG_DXFER_TO_DEV) || in sg_write()
1730 int rw = hp->dxfer_direction == SG_DXFER_TO_DEV ? WRITE : READ; in sg_start_req()
1754 rq = blk_get_request(q, hp->dxfer_direction == SG_DXFER_TO_DEV ? in sg_start_req()