Searched refs:REQ_OP_DRV_OUT (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/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 | 442 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_io() 564 rq = blk_get_request(q, in_len ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_scsi_ioctl()
|
| D | scsi_lib.c | 220 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, in __scsi_execute()
|
| D | sg.c | 1727 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_start_req()
|
| D | st.c | 547 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in st_scsi_execute()
|
| /Linux-v5.15/include/linux/ |
| D | blk_types.h | 354 REQ_OP_DRV_OUT = 35, enumerator
|
| D | blkdev.h | 241 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
|
| /Linux-v5.15/drivers/block/ |
| D | sx8.c | 511 rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_array_info() 564 rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_send_special() 722 if (req_op(rq) == REQ_OP_DRV_OUT) in carm_queue_rq()
|
| D | pktcdvd.c | 707 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pkt_generic_packet()
|
| /Linux-v5.15/block/ |
| D | bsg-lib.c | 43 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in bsg_transport_sg_io_fn()
|
| /Linux-v5.15/drivers/mmc/core/ |
| D | queue.c | 48 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
|
| D | block.c | 261 req = blk_get_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store() 650 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd() 720 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd() 2283 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
|
| /Linux-v5.15/drivers/target/ |
| D | target_core_pscsi.c | 985 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
|
| /Linux-v5.15/drivers/nvme/host/ |
| D | core.c | 618 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op() 991 case REQ_OP_DRV_OUT: in nvme_setup_cmd()
|
| /Linux-v5.15/drivers/scsi/ufs/ |
| D | ufshpb.c | 924 umap_req = ufshpb_get_req(hpb, rgn_idx, REQ_OP_DRV_OUT, atomic); in ufshpb_issue_umap_req()
|
| D | ufshcd.c | 2923 req = blk_get_request(q, REQ_OP_DRV_OUT, 0); in ufshcd_exec_dev_cmd() 6517 req = blk_get_request(q, REQ_OP_DRV_OUT, 0); in __ufshcd_issue_tm_cmd() 6658 req = blk_get_request(q, REQ_OP_DRV_OUT, 0); in ufshcd_issue_devman_upiu_cmd()
|