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

12

/linux-master/drivers/scsi/
H A Dscsi_bsg.c29 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
H A Dscsi_ioctl.c442 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
536 rq = scsi_alloc_request(q, in_len ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
H A Dsr_ioctl.c209 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, cgc->buffer,
H A Dses.c171 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, buf, bufflen,
H A Dch.c540 result = ch_do_scsi(ch, cmd, 12, buffer, 256, REQ_OP_DRV_OUT);
H A Dscsi_transport_spi.c678 result = spi_execute(sdev, spi_write_buffer, REQ_OP_DRV_OUT,
H A Dsd.c717 ret = scsi_execute_cmd(sdev, cdb, send ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN,
1962 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, &data,
H A Dsg.c1761 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
H A Dscsi_lib.c2235 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, real_buffer, len,
H A Dst.c555 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
/linux-master/include/linux/
H A Dblk_types.h358 REQ_OP_DRV_OUT = (__force blk_opf_t)35, enumerator in enum:req_op
H A Dblkdev.h267 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT;
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c242 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV |
H A Dscsi_dh_alua.c163 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV |
H A Dscsi_dh_rdac.c513 blk_opf_t opf = REQ_OP_DRV_OUT | REQ_FAILFAST_DEV |
/linux-master/drivers/hwmon/
H A Ddrivetemp.c178 op = REQ_OP_DRV_OUT;
/linux-master/block/
H A Dbsg-lib.c44 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
H A Dblk-core.c827 case REQ_OP_DRV_OUT:
/linux-master/drivers/mmc/core/
H A Dqueue.c48 case REQ_OP_DRV_OUT:
H A Dblock.c263 req = blk_mq_alloc_request(mq->queue, REQ_OP_DRV_OUT, 0);
685 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
758 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
2400 case REQ_OP_DRV_OUT:
/linux-master/drivers/scsi/cxlflash/
H A Dvlun.c453 result = scsi_execute_cmd(sdev, scsi_cmd, REQ_OP_DRV_OUT,
/linux-master/drivers/target/
H A Dtarget_core_pscsi.c945 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
/linux-master/drivers/nvme/host/
H A Dnvme.h800 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN;
/linux-master/drivers/block/
H A Dublk_drv.c402 case REQ_OP_DRV_OUT:
H A Dpktcdvd.c724 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);

Completed in 482 milliseconds

12