Searched refs:REQ_OP_SCSI_OUT (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/block/ |
D | scsi_ioctl.c | 324 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()
|
D | bsg.c | 158 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_map_hdr()
|
/Linux-v4.19/include/linux/ |
D | blk_types.h | 300 REQ_OP_SCSI_OUT = 33, enumerator
|
D | blkdev.h | 275 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; in blk_op_is_scsi()
|
/Linux-v4.19/drivers/block/ |
D | virtio_blk.c | 181 case REQ_OP_SCSI_OUT: in virtblk_request_done() 241 case REQ_OP_SCSI_OUT: in virtio_queue_rq()
|
D | pktcdvd.c | 707 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pkt_generic_packet()
|
/Linux-v4.19/drivers/ide/ |
D | ide-cd.c | 614 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()
|
D | ide-floppy.c | 270 case REQ_OP_SCSI_OUT: in ide_floppy_do_request()
|
D | ide-atapi.c | 318 case REQ_OP_SCSI_OUT: in ide_cd_get_xferlen()
|
/Linux-v4.19/drivers/target/ |
D | target_core_pscsi.c | 1010 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pscsi_execute_cmd()
|
/Linux-v4.19/drivers/scsi/osd/ |
D | osd_initiator.c | 1572 req = blk_get_request(q, has_write ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in _make_request()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_lib.c | 270 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, BLK_MQ_REQ_PREEMPT); in __scsi_execute()
|
D | sg.c | 1742 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_start_req()
|
D | st.c | 548 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in st_scsi_execute()
|
D | osst.c | 371 write ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in osst_execute()
|