Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c723 int eptype; in xhci_mdb_print_endpoint_summary() local
732 eptype = XHCI_EPCTX_GET_EPTYPE(LE_32(epctx.xec_info2)); in xhci_mdb_print_endpoint_summary()
733 type = xhci_mdb_epctx_eptypes[eptype]; in xhci_mdb_print_endpoint_summary()