Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c291 #define XHCI_SLOTDEV_PTR(x,n) ((x)->slots[(n) - 1]) macro
585 assert(XHCI_SLOTDEV_PTR(sc, slot) != NULL); in pci_xhci_get_dev_ctx()
726 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_reset_slot()
829 dev = XHCI_SLOTDEV_PTR(sc, i); in pci_xhci_cmd_enable_slot()
862 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_cmd_disable_slot()
897 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_cmd_reset_device()
981 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_cmd_address_device()
1037 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_cmd_config_ep()
1162 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_cmd_reset_ep()
1253 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_cmd_set_tr()
[all …]