Searched defs:BLKIF_MAX_SEGMENTS_PER_REQUEST (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
H A Dblkif.h138 * should be RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST. Using this
152 * BLKIF_MAX_SEGMENTS_PER_REQUEST a LRU strategy should be used to
298 * to a value less than RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST.
353 * than RING_SIZE * BLKIF_MAX_SEGMENTS_PER_REQUEST.
484 * issue requests with more than BLKIF_MAX_SEGMENTS_PER_REQUEST (11). The
508 #define BLKIF_MAX_SEGMENTS_PER_REQUEST 11 macro
547 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];

Completed in 62 milliseconds