Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dscsi_ioctl.c314 rq = blk_get_request(q, writing ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_io()
440 rq = blk_get_request(q, in_len ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_scsi_ioctl()
528 rq = blk_get_request(q, REQ_OP_SCSI_OUT, 0); in __blk_send_generic()
Dbsg.c155 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_sg_io()
/kernel/linux/linux-5.10/include/linux/
Dblk_types.h366 REQ_OP_SCSI_OUT = 33, enumerator
Dblkdev.h257 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; in blk_op_is_scsi()
/kernel/linux/linux-5.10/drivers/ide/
Dide-cd.c702 case REQ_OP_SCSI_OUT: in cdrom_newpc_intr()
747 case REQ_OP_SCSI_OUT: in cdrom_newpc_intr()
895 case REQ_OP_SCSI_OUT: in ide_cd_do_request()
Dide-floppy.c271 case REQ_OP_SCSI_OUT: in ide_floppy_do_request()
Dide-atapi.c334 case REQ_OP_SCSI_OUT: in ide_cd_get_xferlen()
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_pscsi.c988 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pscsi_execute_cmd()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_lib.c252 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in __scsi_execute()
Dsg.c1755 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_start_req()
Dst.c552 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in st_scsi_execute()
/kernel/linux/linux-5.10/drivers/block/
Dpktcdvd.c707 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pkt_generic_packet()