Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c346 static void pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm);
2575 pci_xhci_reset_port(struct pci_xhci_softc *sc, int portn, int warm) in pci_xhci_reset_port() argument
2582 assert(portn <= XHCI_MAX_DEVS); in pci_xhci_reset_port()
2584 DPRINTF(("xhci reset port %d", portn)); in pci_xhci_reset_port()
2586 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_reset_port()
2587 dev = XHCI_DEVINST_PTR(sc, portn); in pci_xhci_reset_port()
2600 pci_xhci_set_evtrb(&evtrb, portn, in pci_xhci_reset_port()
2612 pci_xhci_init_port(struct pci_xhci_softc *sc, int portn) in pci_xhci_init_port() argument
2617 port = XHCI_PORTREG_PTR(sc, portn); in pci_xhci_init_port()
2618 dev = XHCI_DEVINST_PTR(sc, portn); in pci_xhci_init_port()
[all …]