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

/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_blk.h43 #define VIRTIO_BLK_F_TOPOLOGY 0x0400 /* Topology information is available */ macro
65 /* Topology of the device (if VIRTIO_BLK_F_TOPOLOGY) */
H A Dvirtio_block.cpp130 case VIRTIO_BLK_F_TOPOLOGY:
272 | VIRTIO_BLK_F_FLUSH | VIRTIO_BLK_F_TOPOLOGY
444 if ((info->features & VIRTIO_BLK_F_TOPOLOGY) != 0

Completed in 33 milliseconds