Lines Matching refs:XHCI_SLOTDEV_PTR
295 #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()
1585 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_xfer_complete()
1969 dev = XHCI_SLOTDEV_PTR(sc, slot); in pci_xhci_device_doorbell()
2808 if (XHCI_SLOTDEV_PTR(sc, slot) != NULL) { in pci_xhci_parse_devices()
2882 XHCI_SLOTDEV_PTR(sc, slot) = dev; in pci_xhci_parse_devices()
3016 slot = XHCI_SLOTDEV_PTR(sc, i); in pci_xhci_map_devs_slots()
3212 dev = XHCI_SLOTDEV_PTR(sc, i); in pci_xhci_snapshot()
3219 XHCI_SLOTDEV_PTR(sc, i) = dev; in pci_xhci_snapshot()