Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_event.c41 xhci_ring_free(&xev->xev_ring); in xhci_event_fini()
68 if ((ret = xhci_ring_alloc(xhcip, &xev->xev_ring)) != 0) { in xhci_event_alloc()
89 if ((ret = xhci_ring_reset(xhcip, &xev->xev_ring)) != 0) { in xhci_event_init()
95 xev->xev_segs[0].xes_addr = LE_64(xhci_dma_pa(&xev->xev_ring.xr_dma)); in xhci_event_init()
96 xev->xev_segs[0].xes_size = LE_16(xev->xev_ring.xr_ntrb); in xhci_event_init()
104 xhci_dma_pa(&xev->xev_ring.xr_dma)); in xhci_event_init()
187 xhci_ring_t *xrp = &xhcip->xhci_event.xev_ring; in xhci_event_process()
H A Dxhci_polled.c198 xhci_ring_t *xrp = &xhcip->xhci_event.xev_ring; in xhci_polled_event_process()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h435 xhci_ring_t xev_ring; member