Home
last modified time | relevance | path

Searched refs:REQ_OP_SCSI_IN (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h378 REQ_OP_SCSI_IN = 32, enumerator
H A Dblkdev.h261 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; in blk_op_is_scsi()
/OK3568_Linux_fs/kernel/block/
H A 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()
H A Dbsg-lib.c48 job->bidi_rq = blk_get_request(rq->q, REQ_OP_SCSI_IN, 0); in bsg_transport_fill_hdr()
H A Dbsg.c156 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_sg_io()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dblocklayout.c239 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in nfsd4_scsi_identify_device()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd.c701 case REQ_OP_SCSI_IN: in cdrom_newpc_intr()
746 case REQ_OP_SCSI_IN: in cdrom_newpc_intr()
894 case REQ_OP_SCSI_IN: in ide_cd_do_request()
H A Dide-floppy.c270 case REQ_OP_SCSI_IN: in ide_floppy_do_request()
H A Dide-atapi.c333 case REQ_OP_SCSI_IN: in ide_cd_get_xferlen()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_pscsi.c988 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pscsi_execute_cmd()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c1993 req = blk_get_request(sdev->request_queue, REQ_OP_SCSI_IN, 0); in scsi_eh_lock_door()
H A Dscsi_lib.c252 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in __scsi_execute()
H A Dsg.c1755 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_start_req()
H A Dst.c552 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in st_scsi_execute()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshpb.c777 map_req = ufshpb_get_req(hpb, srgn->rgn_idx, REQ_OP_SCSI_IN, false); in ufshpb_get_map_req()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dpktcdvd.c707 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pkt_generic_packet()
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dcdrom.c2189 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in cdrom_read_cdda_bpc()