Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c267 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h412 uint64_t xec_dequeue; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c260 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_default_context()
689 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_context()