HomeSort by: relevance | last modified time | path
    Searched defs:device_features (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/virtio/
virtio_mmio.c 380 uint64_t device_features, negotiated; local in function:virtio_mmio_negotiate_features
387 device_features = virtio_mmio_reg_read(sc, VIRTIO_MMIO_DEVICE_FEATURES);
389 device_features |= (uint64_t)
393 if (device_features & VIRTIO_F_VERSION_1) {
418 negotiated = device_features & driver_features;
430 if (device_features & VIRTIO_F_VERSION_1) {
virtio_mmio.c 380 uint64_t device_features, negotiated; local in function:virtio_mmio_negotiate_features
387 device_features = virtio_mmio_reg_read(sc, VIRTIO_MMIO_DEVICE_FEATURES);
389 device_features |= (uint64_t)
393 if (device_features & VIRTIO_F_VERSION_1) {
418 negotiated = device_features & driver_features;
430 if (device_features & VIRTIO_F_VERSION_1) {

Completed in 26 milliseconds