Home
last modified time | relevance | path

Searched refs:REQ_OP_SCSI_OUT (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/block/
Dscsi_ioctl.c324 rq = blk_get_request(q, writing ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_io()
451 rq = blk_get_request(q, in_len ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_scsi_ioctl()
539 rq = blk_get_request(q, REQ_OP_SCSI_OUT, 0); in __blk_send_generic()
Dbsg.c158 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_map_hdr()
/Linux-v4.19/include/linux/
Dblk_types.h300 REQ_OP_SCSI_OUT = 33, enumerator
Dblkdev.h275 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; in blk_op_is_scsi()
/Linux-v4.19/drivers/block/
Dvirtio_blk.c181 case REQ_OP_SCSI_OUT: in virtblk_request_done()
241 case REQ_OP_SCSI_OUT: in virtio_queue_rq()
Dpktcdvd.c707 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pkt_generic_packet()
/Linux-v4.19/drivers/ide/
Dide-cd.c614 case REQ_OP_SCSI_OUT: in cdrom_newpc_intr()
659 case REQ_OP_SCSI_OUT: in cdrom_newpc_intr()
805 case REQ_OP_SCSI_OUT: in ide_cd_do_request()
Dide-floppy.c270 case REQ_OP_SCSI_OUT: in ide_floppy_do_request()
Dide-atapi.c318 case REQ_OP_SCSI_OUT: in ide_cd_get_xferlen()
/Linux-v4.19/drivers/target/
Dtarget_core_pscsi.c1010 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pscsi_execute_cmd()
/Linux-v4.19/drivers/scsi/osd/
Dosd_initiator.c1572 req = blk_get_request(q, has_write ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in _make_request()
/Linux-v4.19/drivers/scsi/
Dscsi_lib.c270 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, BLK_MQ_REQ_PREEMPT); in __scsi_execute()
Dsg.c1742 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_start_req()
Dst.c548 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in st_scsi_execute()
Dosst.c371 write ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in osst_execute()