Home
last modified time | relevance | path

Searched refs:BLKIF_MAX_SEGMENTS_PER_REQUEST (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/block/
H A Dxen_blkif.h28 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
54 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
96 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_get_x86_32_req()
122 int i, n = BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_get_x86_64_req()
/qemu/include/hw/xen/interface/io/
H A Dblkif.h614 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro
644 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
/qemu/hw/block/dataplane/
H A Dxen-block.c107 BLKIF_MAX_SEGMENTS_PER_REQUEST * in xen_block_start_request()
181 if (i == BLKIF_MAX_SEGMENTS_PER_REQUEST) { in xen_block_parse_request()
214 XenDeviceGrantCopySegment segs[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_block_copy_request()