Searched refs:SCSI_DIR_OUT (Results 1 – 9 of 9) sorted by relevance
555 request->flags = SCSI_DIR_OUT; in trim_unmap()663 request->flags = SCSI_DIR_OUT; in trim_writesame16()742 request->flags = SCSI_DIR_OUT; in trim_writesame10()
170 request->flags |= SCSI_DIR_OUT; in raw_command()244 request->flags = isWrite ? SCSI_DIR_OUT : SCSI_DIR_IN; in read_write()
88 request->flags |= SCSI_DIR_OUT; in raw_command()
203 request->SetIsWrite((ccb->flags & SCSI_DIR_MASK) == SCSI_DIR_OUT); in ExecuteIO()
212 #define SCSI_DIR_OUT 0x00000080 /* Data direction (10: DATA OUT) */ macro
220 bool isOut = (ccb->flags & SCSI_DIR_MASK) == SCSI_DIR_OUT; in ExecuteRequest()
399 if ((request->flags & SCSI_DIR_MASK) == SCSI_DIR_OUT) { in scsi_get_dma_buffer()
438 &cmd, sizeof(cmd), buffer, len, SCSI_DIR_OUT); in get_set_volume()
1294 case SCSI_DIR_OUT: in ScsiExecuteRequest()