Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c233 xhci_endpoint_context_t epctx; in xhci_mdb_print_epctx() local
240 if (mdb_vread(&epctx, sizeof (epctx), addr) != sizeof (epctx)) { in xhci_mdb_print_epctx()
245 info = LE_32(epctx.xec_info); in xhci_mdb_print_epctx()
246 info2 = LE_32(epctx.xec_info2); in xhci_mdb_print_epctx()
247 txinfo = LE_32(epctx.xec_txinfo); in xhci_mdb_print_epctx()
267 mdb_printf("Ring DCS: %d\n", LE_64(epctx.xec_dequeue) & 0x1); in xhci_mdb_print_epctx()
268 mdb_printf("Ring PA: 0x%lx\n", LE_64(epctx.xec_dequeue) & ~0xf); in xhci_mdb_print_epctx()
722 xhci_endpoint_context_t epctx; in xhci_mdb_print_endpoint_summary() local
725 if (mdb_vread(&epctx, sizeof (epctx), in xhci_mdb_print_endpoint_summary()
726 (uintptr_t)xd->xd_endout[xep->xep_num]) != sizeof (epctx)) { in xhci_mdb_print_endpoint_summary()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c710 xhci_endpoint_context_t *epctx; in xhci_command_reset_endpoint() local
712 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_reset_endpoint()
714 XHCI_EPCTX_STATE(epctx->xec_info)); in xhci_command_reset_endpoint()
772 xhci_endpoint_context_t *epctx; in xhci_command_set_tr_dequeue() local
774 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_set_tr_dequeue()
776 XHCI_EPCTX_STATE(epctx->xec_info)); in xhci_command_set_tr_dequeue()
830 xhci_endpoint_context_t *epctx; in xhci_command_stop_endpoint() local
832 epctx = xd->xd_endout[xep->xep_num]; in xhci_command_stop_endpoint()
834 XHCI_EPCTX_STATE(epctx->xec_info)); in xhci_command_stop_endpoint()
H A Dxhci_endpoint.c769 xhci_endpoint_context_t *epctx = xd->xd_endout[xep->xep_num]; in xhci_endpoint_quiesce() local
798 XHCI_EPCTX_STATE(LE_32(epctx->xec_info)) == XHCI_EP_HALTED)) { in xhci_endpoint_quiesce()
818 switch (XHCI_EPCTX_STATE(LE_32(epctx->xec_info))) { in xhci_endpoint_quiesce()
838 XHCI_EPCTX_STATE(LE_32(epctx->xec_info))); in xhci_endpoint_quiesce()
/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_emul.h64 int epctx);
83 int (*hci_intr)(struct usb_hci *hci, int epctx);
H A Dusb_mouse.c684 int epctx) in umouse_data_handler() argument
693 dir ? "IN" : "OUT", epctx, xfer->data[0].blen)); in umouse_data_handler()
H A Dpci_xhci.c2616 pci_xhci_dev_intr(struct usb_hci *hci, int epctx) in pci_xhci_dev_intr() argument
2628 dir_in = epctx & 0x80; in pci_xhci_dev_intr()
2629 epid = epctx & ~0x80; in pci_xhci_dev_intr()