Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/scsi/
H A Dscsi_bsg.c29 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in scsi_bsg_sg_io_fn()
H A Dscsi_ioctl.c442 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()
H A Dsr_ioctl.c209 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, cgc->buffer, in sr_do_ioctl()
H A Dses.c141 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, buf, in ses_send_diag()
H A Dch.c535 result = ch_do_scsi(ch, cmd, 12, buffer, 256, REQ_OP_DRV_OUT); in ch_set_voltag()
H A Dscsi_transport_spi.c677 result = spi_execute(sdev, spi_write_buffer, REQ_OP_DRV_OUT, in spi_dv_device_echo_buffer()
H A Dsd.c715 ret = scsi_execute_cmd(sdev, cdb, send ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, in sd_sec_submit()
1909 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, &data, in sd_pr_out_command()
H A Dscsi_lib.c2150 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, real_buffer, len, in scsi_mode_select()
H A Dsg.c1755 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_start_req()
/openbmc/linux/include/linux/
H A Dblk_types.h399 REQ_OP_DRV_OUT = (__force blk_opf_t)35, enumerator
H A Dblkdev.h276 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c242 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_trespass_cmd()
H A Dscsi_dh_rdac.c539 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_mode_select()
H A Dscsi_dh_alua.c163 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in submit_stpg()
/openbmc/linux/block/
H A Dbsg-lib.c44 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in bsg_transport_sg_io_fn()
/openbmc/linux/drivers/hwmon/
H A Ddrivetemp.c179 op = REQ_OP_DRV_OUT; in drivetemp_scsi_command()
/openbmc/linux/drivers/mmc/core/
H A Dqueue.c48 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
H A Dblock.c263 req = blk_mq_alloc_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store()
685 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd()
758 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd()
2400 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
/openbmc/linux/drivers/target/
H A Dtarget_core_pscsi.c945 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
/openbmc/linux/drivers/nvme/host/
H A Dnvme.h837 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
H A Dioctl.c113 if (req_op(req) == REQ_OP_DRV_OUT) { in nvme_add_user_metadata()
H A Dcore.c956 case REQ_OP_DRV_OUT: in nvme_setup_cmd()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dvlun.c453 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_OUT, in write_same16()
/openbmc/linux/drivers/block/
H A Dublk_drv.c445 case REQ_OP_DRV_OUT: in ublk_setup_iod_zoned()
H A Dpktcdvd.c723 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pkt_generic_packet()

12