Home
last modified time | relevance | path

Searched refs:REQ_OP_DRV_OUT (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/drivers/scsi/
A Dscsi_bsg.c29 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in scsi_bsg_sg_io_fn()
A Dscsi_ioctl.c441 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_io()
536 rq = scsi_alloc_request(q, in_len ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_scsi_ioctl()
A Dsr_ioctl.c209 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, cgc->buffer, in sr_do_ioctl()
A Dses.c141 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, buf, in ses_send_diag()
A Dch.c535 result = ch_do_scsi(ch, cmd, 12, buffer, 256, REQ_OP_DRV_OUT); in ch_set_voltag()
A Dscsi_transport_spi.c677 result = spi_execute(sdev, spi_write_buffer, REQ_OP_DRV_OUT, in spi_dv_device_echo_buffer()
A Dsd.c676 ret = scsi_execute_cmd(sdev, cdb, send ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, in sd_sec_submit()
1767 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, &data, in sd_pr_command()
A Dscsi_lib.c2140 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, real_buffer, len, in scsi_mode_select()
A Dsg.c1748 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_start_req()
A Dst.c551 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in st_scsi_execute()
/linux-6.3-rc2/include/linux/
A Dblk_types.h386 REQ_OP_DRV_OUT = (__force blk_opf_t)35, enumerator
A Dblkdev.h258 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
/linux-6.3-rc2/drivers/scsi/device_handler/
A Dscsi_dh_emc.c242 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_trespass_cmd()
A Dscsi_dh_rdac.c539 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_mode_select()
A Dscsi_dh_alua.c163 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in submit_stpg()
/linux-6.3-rc2/block/
A Dbsg-lib.c44 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in bsg_transport_sg_io_fn()
/linux-6.3-rc2/drivers/hwmon/
A Ddrivetemp.c178 op = REQ_OP_DRV_OUT; in drivetemp_scsi_command()
/linux-6.3-rc2/drivers/mmc/core/
A Dqueue.c48 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
A Dblock.c263 req = blk_mq_alloc_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store()
648 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()
2345 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
/linux-6.3-rc2/drivers/nvme/host/
A Dnvme.h773 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
A Dioctl.c112 if ((req_op(req) == REQ_OP_DRV_OUT) && copy_from_user(buf, ubuf, len)) in nvme_add_user_metadata()
/linux-6.3-rc2/drivers/target/
A Dtarget_core_pscsi.c943 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
/linux-6.3-rc2/drivers/scsi/cxlflash/
A Dvlun.c453 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_OUT, in write_same16()
/linux-6.3-rc2/drivers/ufs/core/
A Dufshpb.c923 umap_req = ufshpb_get_req(hpb, rgn_idx, REQ_OP_DRV_OUT, atomic); in ufshpb_issue_umap_req()
/linux-6.3-rc2/drivers/block/
A Dpktcdvd.c692 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pkt_generic_packet()

Completed in 85 milliseconds

12