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

/freebsd-12-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.c185 #define vtpci_write_config_4(sc, o, v) bus_write_4((sc)->vtpci_res, (o), (v)) macro
461 vtpci_write_config_4(sc, VIRTIO_PCI_GUEST_FEATURES, features);
514 vtpci_write_config_4(sc, VIRTIO_PCI_QUEUE_PFN,
715 vtpci_write_config_4(sc, off, *(uint32_t *)s);
1120 vtpci_write_config_4(sc, VIRTIO_PCI_QUEUE_PFN,
1184 vtpci_write_config_4(sc, VIRTIO_PCI_QUEUE_PFN, 0);

Completed in 47 milliseconds