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

  /src/sys/arch/xen/xen/
xpci_xenbus.c 85 static struct xpci_xenbus_softc *xpci_sc = NULL; variable in typeref:struct:xpci_xenbus_softc *
135 if (xpci_sc != NULL) {
139 xpci_sc = sc;
140 DPRINTF(("xpci_sc %p\n", xpci_sc));
362 config_found(xpci_sc->sc_dev, &pba, pcibusprint, CFARGS_NONE);
406 struct xen_pci_op *active_op = &xpci_sc->sc_shared->op;
415 xen_atomic_set_bit(&xpci_sc->sc_shared->flags, _XEN_PCIF_active);
416 hypervisor_notify_via_evtchn(xpci_sc->sc_evtchn);
417 while (xen_atomic_test_bit(&xpci_sc->sc_shared->flags
    [all...]
xpci_xenbus.c 85 static struct xpci_xenbus_softc *xpci_sc = NULL; variable in typeref:struct:xpci_xenbus_softc *
135 if (xpci_sc != NULL) {
139 xpci_sc = sc;
140 DPRINTF(("xpci_sc %p\n", xpci_sc));
362 config_found(xpci_sc->sc_dev, &pba, pcibusprint, CFARGS_NONE);
406 struct xen_pci_op *active_op = &xpci_sc->sc_shared->op;
415 xen_atomic_set_bit(&xpci_sc->sc_shared->flags, _XEN_PCIF_active);
416 hypervisor_notify_via_evtchn(xpci_sc->sc_evtchn);
417 while (xen_atomic_test_bit(&xpci_sc->sc_shared->flags
    [all...]

Completed in 130 milliseconds