Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockFront.c445 INT32 NumSegments, Index; in XenPvBlockAsyncIo() local
457 IoData->NumRef = NumSegments = (INT32)((End - Start) / EFI_PAGE_SIZE); in XenPvBlockAsyncIo()
459 ASSERT (NumSegments <= BLKIF_MAX_SEGMENTS_PER_REQUEST); in XenPvBlockAsyncIo()
466 Request->nr_segments = (UINT8)NumSegments; in XenPvBlockAsyncIo()
471 for (Index = 0; Index < NumSegments; Index++) { in XenPvBlockAsyncIo()
476 Request->seg[NumSegments - 1].last_sect = in XenPvBlockAsyncIo()
478 for (Index = 0; Index < NumSegments; Index++) { in XenPvBlockAsyncIo()