Searched refs:REQ_OP_DRV_OUT (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | scsi_bsg.c | 29 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in scsi_bsg_sg_io_fn()
|
D | scsi_ioctl.c | 438 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_io() 533 rq = scsi_alloc_request(q, in_len ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_scsi_ioctl()
|
D | scsi_lib.c | 219 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, in __scsi_execute()
|
D | sg.c | 1748 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_start_req()
|
D | st.c | 551 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in st_scsi_execute()
|
/linux-6.1.9/include/linux/ |
D | blk_types.h | 386 REQ_OP_DRV_OUT = (__force blk_opf_t)35, enumerator
|
D | blkdev.h | 258 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
|
/linux-6.1.9/block/ |
D | bsg-lib.c | 44 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in bsg_transport_sg_io_fn()
|
/linux-6.1.9/drivers/mmc/core/ |
D | queue.c | 48 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
|
D | block.c | 263 req = blk_mq_alloc_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store() 652 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd() 724 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd() 2349 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
|
/linux-6.1.9/drivers/nvme/host/ |
D | nvme.h | 773 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
|
D | ioctl.c | 36 if ((req_op(req) == REQ_OP_DRV_OUT) && copy_from_user(buf, ubuf, len)) in nvme_add_user_metadata()
|
D | core.c | 951 case REQ_OP_DRV_OUT: in nvme_setup_cmd()
|
/linux-6.1.9/drivers/target/ |
D | target_core_pscsi.c | 945 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
|
/linux-6.1.9/drivers/ufs/core/ |
D | ufshpb.c | 923 umap_req = ufshpb_get_req(hpb, rgn_idx, REQ_OP_DRV_OUT, atomic); in ufshpb_issue_umap_req()
|
D | ufshcd.c | 6754 req = blk_mq_alloc_request(q, REQ_OP_DRV_OUT, 0); in __ufshcd_issue_tm_cmd()
|
/linux-6.1.9/drivers/block/ |
D | pktcdvd.c | 692 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pkt_generic_packet()
|