Searched refs:SG_DXFER_TO_DEV (Results 1 – 4 of 4) sorted by relevance
105 #define SG_DXFER_TO_DEV (-2) /* e.g. a SCSI WRITE command */ macro
432 case SG_DXFER_TO_DEV: in sg_io()830 hdr.dxfer_direction = SG_DXFER_TO_DEV; in scsi_cdrom_send_packet()
678 SG_DXFER_TO_FROM_DEV : SG_DXFER_TO_DEV; in sg_write()682 if ((hp->dxfer_direction == SG_DXFER_TO_DEV) || in sg_write()1703 int rw = hp->dxfer_direction == SG_DXFER_TO_DEV ? WRITE : READ; in sg_start_req()1727 rq = scsi_alloc_request(q, hp->dxfer_direction == SG_DXFER_TO_DEV ? in sg_start_req()
173 if (dir == SG_DXFER_TO_DEV) {
Completed in 11 milliseconds