Home
last modified time | relevance | path

Searched refs:BLKIF_OP_INDIRECT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/block/xen-blkback/
Dblkback.c1143 case BLKIF_OP_INDIRECT: in __do_block_io_op()
1202 req_operation = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1205 if ((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1237 nseg = req->operation == BLKIF_OP_INDIRECT ? in dispatch_rw_block_io()
1241 unlikely((req->operation != BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1243 unlikely((req->operation == BLKIF_OP_INDIRECT) && in dispatch_rw_block_io()
1258 if (req->operation != BLKIF_OP_INDIRECT) { in dispatch_rw_block_io()
Dcommon.h421 case BLKIF_OP_INDIRECT: in blkif_get_x86_32_req()
469 case BLKIF_OP_INDIRECT: in blkif_get_x86_64_req()
/Linux-v5.15/include/xen/interface/io/
Dblkif.h176 #define BLKIF_OP_INDIRECT 6 macro
/Linux-v5.15/drivers/block/
Dxen-blkfront.c614 if ((ring_req->operation == BLKIF_OP_INDIRECT) && in blkif_setup_rw_req_grant()
657 if (ring_req->operation != BLKIF_OP_INDIRECT) { in blkif_setup_rw_req_grant()
763 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_rw_req()
1246 segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free_ring()
1257 if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free_ring()
1390 num_grant = s->req.operation == BLKIF_OP_INDIRECT ? in blkif_completion()
1477 if (s->req.operation == BLKIF_OP_INDIRECT) { in blkif_completion()
1555 if (op == BLKIF_OP_INDIRECT) in blkif_interrupt()