Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_ring.c124 xrp->xr_cycle = 0; in xhci_ring_free()
141 xrp->xr_cycle = 1; in xhci_ring_reset()
191 if (xrp->xr_cycle != (LE_32(trb->trb_flags) & XHCI_TRB_CYCLE)) in xhci_ring_event_advance()
203 xrp->xr_cycle ^= 1; in xhci_ring_event_advance()
296 uint8_t cycle = xrp->xr_cycle; in xhci_ring_trb_fill()
381 xrp->xr_cycle ^= 1; in xhci_ring_trb_produce()
H A Dxhci_endpoint.c176 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_default_context()
608 ectx->xec_dequeue = LE_64(deq | xep->xep_ring.xr_cycle); in xhci_endpoint_setup_context()
H A Dxhci_command.c747 pa |= xrp->xr_cycle; in xhci_command_set_tr_dequeue()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h355 uint8_t xr_cycle; member