Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c217 VERIFY(xd->xd_slot > 0 && in xhci_context_slot_output_init()
218 xd->xd_slot <= xhcip->xhci_caps.xcap_max_slots); in xhci_context_slot_output_init()
220 xhcip->xhci_dcbaa.xdc_base_addrs[xd->xd_slot] = in xhci_context_slot_output_init()
226 "synchronizing DCBAA slot DMA memory", xd->xd_slot, in xhci_context_slot_output_init()
239 VERIFY(xd->xd_slot > 0 && in xhci_context_slot_output_fini()
240 xd->xd_slot <= xhcip->xhci_caps.xcap_max_slots); in xhci_context_slot_output_fini()
242 xhcip->xhci_dcbaa.xdc_base_addrs[xd->xd_slot] = 0ULL; in xhci_context_slot_output_fini()
247 "synchronizing DCBAA slot DMA memory", xd->xd_slot, in xhci_context_slot_output_fini()
H A Dxhci_usba.c271 epid, xd->xd_slot, xd->xd_port); in xhci_hcdi_pipe_open()
393 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_poll_fini()
402 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_poll_fini()
525 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_close()
615 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_reset()
748 xd->xd_slot, xd->xd_port, ep); in xhci_hcdi_pipe_ctrl_xfer()
910 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_pipe_bulk_xfer()
1046 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_periodic_init()
1055 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_periodic_init()
1180 xd->xd_slot, xd->xd_port, epid); in xhci_hcdi_intr_oneshot()
[all …]
H A Dxhci_command.c559 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_set_address()
595 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_configure_endpoint()
610 "slot not on, likely driver bug!", xd->xd_slot); in xhci_command_configure_endpoint()
643 XHCI_TRB_SET_SLOT(xd->xd_slot)); in xhci_command_evaluate_context()
658 "slot not on, likely driver bug!", xd->xd_slot); in xhci_command_evaluate_context()
689 XHCI_TRB_SET_SLOT(xd->xd_slot) | in xhci_command_reset_endpoint()
708 xd->xd_slot, code); in xhci_command_reset_endpoint()
751 XHCI_TRB_SET_SLOT(xd->xd_slot) | in xhci_command_set_tr_dequeue()
770 xd->xd_slot, code); in xhci_command_set_tr_dequeue()
809 XHCI_TRB_SET_SLOT(xd->xd_slot) | in xhci_command_stop_endpoint()
[all …]
H A Dxhci_endpoint.c185 "DMA memory", xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_default_context()
588 xd->xd_slot, xd->xd_port, xep->xep_num); in xhci_endpoint_setup_context()
837 xep->xep_num, xd->xd_slot, xd->xd_port, in xhci_endpoint_quiesce()
861 xhci_put32(xhcip, XHCI_R_DOOR, XHCI_DOORBELL(xd->xd_slot), in xhci_endpoint_ring()
866 xd->xd_slot, xep->xep_num); in xhci_endpoint_ring()
952 "remains timed out", xep->xep_num, xd->xd_slot, in xhci_endpoint_tick()
1153 xd->xd_slot, ret); in xhci_endpoint_reschedule_periodic()
1237 xd->xd_slot, xd->xd_port); in xhci_endpoint_control_callback()
1314 if (xd->xd_slot == slot) in xhci_device_lookup_by_slot()
1409 xd->xd_slot, xd->xd_port); in xhci_endpoint_norm_callback()
[all …]
H A Dxhci_polled.c160 "DMA memory", xhcip, xep->xep_num, xd->xd_slot, in xhci_polled_endpoint_transfer()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c637 if (xd->xd_slot == xmf->xmf_slot) { in xhci_mdb_find_device_cb()
788 xd.xd_slot, count); in xhci_mdb_print_device()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h567 uint8_t xd_slot; member