Home
last modified time | relevance | path

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

/dev/virtio/gpu/include/dev/virtio/
A Dgpu.h14 status_t virtio_gpu_init(struct virtio_device *dev, uint32_t host_features) __NONNULL();
/dev/virtio/block/include/dev/virtio/
A Dblock.h14 status_t virtio_block_init(struct virtio_device *dev, uint32_t host_features) __NONNULL();
/dev/virtio/block/
A Dvirtio-block.c168 status_t virtio_block_init(struct virtio_device *dev, uint32_t host_features) { in virtio_block_init() argument
169 LTRACEF("dev %p, host_features %#x\n", dev, host_features); in virtio_block_init()
193 bdev->guest_features = host_features; in virtio_block_init()
238 dump_feature_bits("host", host_features); in virtio_block_init()
241 if (host_features & VIRTIO_BLK_F_GEOMETRY) { in virtio_block_init()
244 if (host_features & VIRTIO_BLK_F_BLK_SIZE) { in virtio_block_init()
247 if (host_features & VIRTIO_BLK_F_TOPOLOGY) { in virtio_block_init()
252 if (host_features & VIRTIO_BLK_F_DISCARD) { in virtio_block_init()
256 if (host_features & VIRTIO_BLK_F_WRITE_ZEROES) { in virtio_block_init()
/dev/virtio/
A Dvirtio_priv.h21 uint32_t host_features; member
A Dvirtio.c52 printf("\thost_features 0x%x\n", mmio->host_features); in dump_mmio_config()
198 status_t err = virtio_9p_init(dev, mmio->host_features); in virtio_mmio_detect()
401 return dev->mmio_config->host_features; in virtio_read_host_feature_word()
/dev/virtio/9p/
A Dvirtio-9p.c57 status_t virtio_9p_init(struct virtio_device *dev, uint32_t host_features) in virtio_9p_init() argument
59 dump_feature_bits(host_features); in virtio_9p_init()
/dev/virtio/net/
A Dvirtio-net.c197 …uint64_t host_features = virtio_read_host_feature_word(dev, 0) | (uint64_t)virtio_read_host_featur… in virtio_net_init() local
198 dump_feature_bits(host_features); in virtio_net_init()
/dev/virtio/9p/include/dev/virtio/
A D9p.h452 status_t virtio_9p_init(struct virtio_device *dev, uint32_t host_features) __NONNULL();
/dev/virtio/gpu/
A Dvirtio-gpu.c413 status_t virtio_gpu_init(struct virtio_device *dev, uint32_t host_features) { in virtio_gpu_init() argument
414 LTRACEF("dev %p, host_features 0x%x\n", dev, host_features); in virtio_gpu_init()

Completed in 42 milliseconds