Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk_types.h377 REQ_OP_DRV_OUT = (__force blk_opf_t)35, enumerator
H A Dblkdev.h308 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
/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.c513 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV | in send_mode_select()
/linux/drivers/scsi/
H A Dsr_ioctl.c209 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, cgc->buffer, in sr_do_ioctl()
H A Dses.c170 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, buf, bufflen, in ses_send_diag()
H A Dch.c539 result = ch_do_scsi(ch, cmd, 12, buffer, 256, REQ_OP_DRV_OUT); in ch_set_voltag()
H A Dscsi_lib.c2184 enum req_op op = data_direction == DMA_TO_DEVICE ? REQ_OP_DRV_OUT : in scsi_get_internal_cmd()
2340 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, real_buffer, len, in scsi_mode_select()
H A Dscsi_transport_spi.c678 result = spi_execute(sdev, spi_write_buffer, REQ_OP_DRV_OUT, in spi_dv_device_echo_buffer()
H A Dsg.c1743 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_start_req()
H A Dst.c564 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in st_scsi_execute()
/linux/drivers/target/
H A Dtarget_core_pscsi.c944 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
/linux/block/
H A Dblk-core.c913 case REQ_OP_DRV_OUT: in submit_bio_noacct()
/linux/drivers/nvme/host/
H A Dnvme.h934 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
H A Dcore.c1119 case REQ_OP_DRV_OUT: in nvme_setup_cmd()
/linux/drivers/ufs/core/
H A Dufshcd.c7528 req = blk_mq_alloc_request(q, REQ_OP_DRV_OUT, 0); in __ufshcd_issue_tm_cmd()