Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk_types.h299 REQ_OP_DRV_OUT = 35, enumerator
Dblkdev.h256 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_private()
/Linux-v5.4/drivers/ide/
Dide-cd.c455 write ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_cd_queue_pc()
683 case REQ_OP_DRV_OUT: in cdrom_newpc_intr()
750 case REQ_OP_DRV_OUT: in cdrom_newpc_intr()
901 case REQ_OP_DRV_OUT: in ide_cd_do_request()
Dide-floppy.c275 case REQ_OP_DRV_OUT: in ide_floppy_do_request()
Dide-atapi.c338 case REQ_OP_DRV_OUT: in ide_cd_get_xferlen()
Dide-disk.c456 rq->cmd_flags |= REQ_OP_DRV_OUT; in idedisk_prep_rq()
Dide-taskfile.c428 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in ide_raw_taskfile()
/Linux-v5.4/drivers/block/
Dsx8.c511 rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_array_info()
564 rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_send_special()
722 if (req_op(rq) == REQ_OP_DRV_OUT) in carm_queue_rq()
/Linux-v5.4/drivers/mmc/core/
Dqueue.c50 case REQ_OP_DRV_OUT: in mmc_cqe_issue_type()
Dblock.c246 req = blk_get_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store()
657 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd()
727 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd()
2233 case REQ_OP_DRV_OUT: in mmc_blk_mq_issue_rq()
/Linux-v5.4/drivers/nvme/host/
Dcore.c481 unsigned op = nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_alloc_request()
755 case REQ_OP_DRV_OUT: in nvme_setup_cmd()