Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_ring.c122 xrp->xr_head = 0; in xhci_ring_free()
139 xrp->xr_head = 0; in xhci_ring_reset()
264 uint_t head = xrp->xr_head; in xhci_ring_trb_space()
295 uint_t ent = xrp->xr_head; in xhci_ring_trb_fill()
355 ohead = xrp->xr_head; in xhci_ring_trb_produce()
364 xrp->xr_head++; in xhci_ring_trb_produce()
371 if (xrp->xr_head == xrp->xr_ntrb - 1) { in xhci_ring_trb_produce()
382 xrp->xr_head = 0; in xhci_ring_trb_produce()
439 xrp->xr_tail = xrp->xr_head; in xhci_ring_skip()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h353 uint_t xr_head; member
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c737 state, xep->xep_ring.xr_head, xep->xep_ring.xr_tail); in xhci_mdb_print_endpoint_summary()