Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c350 sc->sc_msix_res = sc->sc_io_res; in xhci_pci_attach()
352 sc->sc_msix_res = bus_alloc_resource_any(self, in xhci_pci_attach()
354 if (sc->sc_msix_res == NULL) { in xhci_pci_attach()
360 if (sc->sc_msix_res != NULL) { in xhci_pci_attach()
367 if (sc->sc_msix_res != sc->sc_io_res) { in xhci_pci_attach()
370 msix_table, sc->sc_msix_res); in xhci_pci_attach()
372 sc->sc_msix_res = NULL; in xhci_pci_attach()
490 if (sc->sc_msix_res != NULL && sc->sc_msix_res != sc->sc_io_res) { in xhci_pci_detach()
492 rman_get_rid(sc->sc_msix_res), sc->sc_msix_res); in xhci_pci_detach()
493 sc->sc_msix_res = NULL; in xhci_pci_detach()
H A Dxhci.h513 struct resource *sc_msix_res; member