Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dusb_emul.h89 int hci_speed; member
H A Dpci_xhci.c2591 XHCI_PS_SPEED_SET(dev->hci.hci_speed); in pci_xhci_reset_port()
2625 XHCI_PS_SPEED_SET(dev->hci.hci_speed); in pci_xhci_init_port()
2629 XHCI_PS_SPEED_SET(dev->hci.hci_speed); in pci_xhci_init_port()
2836 dev->hci.hci_speed = USB_SPEED_MAX; in pci_xhci_parse_devices()
2879 if (dev->hci.hci_speed == USB_SPEED_MAX) in pci_xhci_parse_devices()
2880 dev->hci.hci_speed = ue->ue_usbspeed; in pci_xhci_parse_devices()
3248 SNAPSHOT_VAR_OR_LEAVE(dev->hci.hci_speed, meta, ret, done); in pci_xhci_snapshot()