Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
DVirtioBlk.h62 #define VIRTIO_BLK_F_TOPOLOGY BIT10 // information on optimal I/O alignment macro
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
DVirtioBlk.c673 if (Features & VIRTIO_BLK_F_TOPOLOGY) { in VirtioBlkInit()
695 Features &= VIRTIO_BLK_F_BLK_SIZE | VIRTIO_BLK_F_TOPOLOGY | VIRTIO_BLK_F_RO | in VirtioBlkInit()
798 if (Features & VIRTIO_BLK_F_TOPOLOGY) { in VirtioBlkInit()