Searched refs:REQ_OP_DRV_IN (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | scsi_bsg.c | 29 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in scsi_bsg_sg_io_fn()
|
D | scsi_ioctl.c | 438 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_io() 533 rq = scsi_alloc_request(q, in_len ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_scsi_ioctl()
|
D | sr.c | 936 rq = scsi_alloc_request(disk->queue, REQ_OP_DRV_IN, 0); in sr_read_cdda_bpc()
|
D | scsi_error.c | 2028 req = scsi_alloc_request(sdev->request_queue, REQ_OP_DRV_IN, 0); in scsi_eh_lock_door()
|
D | scsi_lib.c | 219 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, in __scsi_execute()
|
D | sg.c | 1748 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in sg_start_req()
|
D | st.c | 551 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in st_scsi_execute()
|
/linux-6.1.9/block/ |
D | bsg-lib.c | 44 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in bsg_transport_sg_io_fn() 64 job->bidi_rq = blk_mq_alloc_request(rq->q, REQ_OP_DRV_IN, 0); in bsg_transport_sg_io_fn()
|
/linux-6.1.9/include/linux/ |
D | blk_types.h | 385 REQ_OP_DRV_IN = (__force blk_opf_t)34, enumerator
|
D | blkdev.h | 258 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; in blk_op_is_passthrough()
|
/linux-6.1.9/drivers/block/paride/ |
D | pd.c | 488 case REQ_OP_DRV_IN: in do_pd_io_start() 780 rq = blk_mq_alloc_request(disk->gd->queue, REQ_OP_DRV_IN, 0); in pd_special_command()
|
/linux-6.1.9/drivers/mmc/core/ |
D | block.c | 652 idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_cmd() 724 idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in mmc_blk_ioctl_multi_cmd() 2348 case REQ_OP_DRV_IN: in mmc_blk_mq_issue_rq() 2811 req = blk_mq_alloc_request(mq->queue, REQ_OP_DRV_IN, 0); in mmc_dbg_card_status_get() 2847 req = blk_mq_alloc_request(mq->queue, REQ_OP_DRV_IN, 0); in mmc_ext_csd_open()
|
D | queue.c | 47 case REQ_OP_DRV_IN: in mmc_cqe_issue_type()
|
/linux-6.1.9/drivers/block/ |
D | virtio_blk.c | 246 case REQ_OP_DRV_IN: in virtblk_setup_cmd() 469 req = blk_mq_alloc_request(q, REQ_OP_DRV_IN, 0); in virtblk_get_id()
|
D | pktcdvd.c | 692 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pkt_generic_packet()
|
/linux-6.1.9/drivers/nvme/host/ |
D | nvme.h | 773 return nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN; in nvme_req_op()
|
D | ioctl.c | 65 if (!ret && req_op(req) == REQ_OP_DRV_IN && in nvme_finish_user_metadata()
|
D | core.c | 950 case REQ_OP_DRV_IN: in nvme_setup_cmd()
|
/linux-6.1.9/drivers/target/ |
D | target_core_pscsi.c | 945 REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0); in pscsi_execute_cmd()
|
/linux-6.1.9/drivers/ufs/core/ |
D | ufshpb.c | 492 map_req = ufshpb_get_req(hpb, srgn->rgn_idx, REQ_OP_DRV_IN, false); in ufshpb_get_map_req()
|
/linux-6.1.9/drivers/block/mtip32xx/ |
D | mtip32xx.c | 974 rq = blk_mq_alloc_request(dd->queue, REQ_OP_DRV_IN, BLK_MQ_REQ_RESERVED); in mtip_exec_internal_command()
|