Home
last modified time | relevance | path

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

/src/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c138 static int vtpci_modern_alloc_resource_map(struct vtpci_modern_softc *,
798 error = vtpci_modern_alloc_resource_map(sc, &sc->vtpci_common_res_map); in vtpci_modern_map_common_config()
827 error = vtpci_modern_alloc_resource_map(sc, &sc->vtpci_notify_res_map); in vtpci_modern_map_notify_config()
851 error = vtpci_modern_alloc_resource_map(sc, &sc->vtpci_isr_res_map); in vtpci_modern_map_isr_config()
878 error = vtpci_modern_alloc_resource_map(sc, &sc->vtpci_device_res_map); in vtpci_modern_map_device_config()
1059 vtpci_modern_alloc_resource_map(struct vtpci_modern_softc *sc, in vtpci_modern_alloc_resource_map() function