Home
last modified time | relevance | path

Searched refs:REQ_OP_DRV_IN (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/scsi/
H A Dch.c263 buffer, 256, REQ_OP_DRV_IN))) { in ch_read_element_status()
293 err = ch_do_scsi(ch, cmd, 6, NULL, 0, REQ_OP_DRV_IN); in ch_init_elem()
315 result = ch_do_scsi(ch, cmd, 10, buffer, 255, REQ_OP_DRV_IN); in ch_readconfig()
318 result = ch_do_scsi(ch, cmd, 10, buffer, 255, REQ_OP_DRV_IN); in ch_readconfig()
442 return ch_do_scsi(ch, cmd, 10, NULL, 0, REQ_OP_DRV_IN); in ch_position()
463 return ch_do_scsi(ch, cmd, 12, NULL, 0, REQ_OP_DRV_IN); in ch_move()
489 return ch_do_scsi(ch, cmd, 12, NULL, 0, REQ_OP_DRV_IN); in ch_exchange()
811 result = ch_do_scsi(ch, ch_cmd, 12, buffer, 256, REQ_OP_DRV_IN); in ch_ioctl()
H A Dscsi_bsg.c141 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, blk_flags); in scsi_bsg_uring_cmd()
213 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in scsi_bsg_sg_io_fn()
H A Dsr.c177 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buf, sizeof(buf), in sr_get_events()
752 err = scsi_execute_cmd(cd->device, cmd, REQ_OP_DRV_IN, buffer, in get_sectorsize()
938 rq = scsi_alloc_request(disk->queue, REQ_OP_DRV_IN, 0); in sr_read_cdda_bpc()
H A Dscsi_transport_spi.c700 spi_execute(sdev, spi_read_buffer, REQ_OP_DRV_IN, in spi_dv_device_echo_buffer()
725 result = spi_execute(sdev, spi_inquiry, REQ_OP_DRV_IN, in spi_dv_device_compare_inquiry()
831 result = spi_execute(sdev, spi_test_unit_ready, REQ_OP_DRV_IN, in spi_dv_device_get_echo_buffer()
844 REQ_OP_DRV_IN, buffer, 4, NULL); in spi_dv_device_get_echo_buffer()
H A Dscsi.c319 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buffer, len, in scsi_vpd_inquiry()
603 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buffer, in scsi_report_opcode()
H A Dscsi_scan.c214 scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, result, 0x2a, in scsi_unlock_floptical()
709 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, in scsi_probe_lun()
1557 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_IN, lun_data, in scsi_report_lun_scan()
H A Dsr_ioctl.c209 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, cgc->buffer, in sr_do_ioctl()
H A Dscsi_lib.c2185 REQ_OP_DRV_IN; in scsi_get_internal_cmd()
2423 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buffer, len, in scsi_mode_sense()
2505 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, NULL, 0, in scsi_test_unit_ready()
H A Dses.c113 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buf, bufflen, in ses_recv_diag()
H A Dscsi_error.c2164 req = scsi_alloc_request(sdev->request_queue, REQ_OP_DRV_IN, BLK_MQ_REQ_NOWAIT); in scsi_eh_lock_door()
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/scsi/device_handler/
H A Dscsi_dh_hp_sw.c83 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in hp_sw_tur()
132 blk_opf_t opf = REQ_OP_DRV_IN | REQ_FAILFAST_DEV | in hp_sw_start_stop()
/linux/drivers/target/
H A Dtarget_core_pscsi.c148 ret = scsi_execute_cmd(sdev, cdb, REQ_OP_DRV_IN, buf, 12, HZ, 1, NULL); in pscsi_tape_read_blocksize()
198 ret = scsi_execute_cmd(sdev, cdb, REQ_OP_DRV_IN, buf, in pscsi_get_inquiry_vpd_serial()
233 ret = scsi_execute_cmd(sdev, cdb, REQ_OP_DRV_IN, buf, in pscsi_get_inquiry_vpd_device_ident()
944 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
/linux/include/linux/
H A Dblk_types.h376 REQ_OP_DRV_IN = (__force blk_opf_t)34, enumerator
H A Dblkdev.h308 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
/linux/drivers/block/
H A Dublk_drv.c658 req = blk_mq_alloc_request(disk->queue, REQ_OP_DRV_IN, 0); in ublk_report_zones()
717 case REQ_OP_DRV_IN: in ublk_validate_req_zoned()
748 case REQ_OP_DRV_IN: in ublk_setup_iod_zoned()
1468 (req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN); in ublk_need_unmap_req()
4046 if ((req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN) && in ublk_check_ubuf_dir()
/linux/block/
H A Dblk-core.c912 case REQ_OP_DRV_IN: in submit_bio_noacct()
/linux/drivers/nvme/host/
H A Dnvme.h936 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
H A Dcore.c1116 case REQ_OP_DRV_IN: in nvme_setup_cmd()
/linux/drivers/ata/
H A Dlibata-scsi.c515 cmd_result = scsi_execute_cmd(scsidev, scsi_cmd, REQ_OP_DRV_IN, argbuf, in ata_cmd_ioctl()
603 cmd_result = scsi_execute_cmd(scsidev, scsi_cmd, REQ_OP_DRV_IN, NULL, in ata_task_ioctl()
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c974 rq = blk_mq_alloc_request(dd->queue, REQ_OP_DRV_IN, BLK_MQ_REQ_RESERVED); in mtip_exec_internal_command()
/linux/drivers/ufs/core/
H A Dufshcd.c10062 return scsi_execute_cmd(sdev, cdb, REQ_OP_DRV_IN, /*buffer=*/NULL, in ufshcd_execute_start_stop()