Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dvirtiovar.h173 virtio_callback sc_config_change; /* set by child */ member
Dvirtio_pci.c1277 (sc->sc_config_change != NULL)) in virtio_pci_intr()
1278 r = (sc->sc_config_change)(sc); in virtio_pci_intr()
1311 if (sc->sc_config_change != NULL) in virtio_pci_msix_config_intr()
1312 r = (sc->sc_config_change)(sc); in virtio_pci_msix_config_intr()
Dvirtio.c1379 sc->sc_config_change = config_change; in virtio_child_attach_finish()