Searched refs:sc_config_change (Results 1 – 3 of 3) sorted by relevance
173 virtio_callback sc_config_change; /* set by child */ member
1277 (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()
1379 sc->sc_config_change = config_change; in virtio_child_attach_finish()