Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c2789 int type, usb3_port, usb2_port, i, ndevices; in pci_xhci_parse_devices() local
2792 usb2_port = sc->usb2_port_start; in pci_xhci_parse_devices()
2805 if (usb2_port == ((sc->usb2_port_start) + XHCI_MAX_DEVS/2) || in pci_xhci_parse_devices()
2855 if (usb2_port == sc->usb2_port_start + in pci_xhci_parse_devices()
2861 dev->hci.hci_port = usb2_port; in pci_xhci_parse_devices()
2862 usb2_port++; in pci_xhci_parse_devices()