Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_command.c145 if (xcr->xcr_ring.xr_trb == NULL) in xhci_command_ring_fini()
148 xhci_ring_free(&xcr->xcr_ring); in xhci_command_ring_fini()
166 if (xcr->xcr_ring.xr_trb == NULL) { in xhci_command_ring_init()
167 if ((ret = xhci_ring_alloc(xhcip, &xcr->xcr_ring)) != 0) in xhci_command_ring_init()
171 if ((ret = xhci_ring_reset(xhcip, &xcr->xcr_ring)) != 0) in xhci_command_ring_init()
178 addr = LE_64(xhci_dma_pa(&xcr->xcr_ring.xr_dma) | XHCI_CRCR_RCS); in xhci_command_ring_init()
313 xhci_ring_t *xrp = &xcr->xcr_ring; in xhci_command_event_callback()
402 xhci_ring_t *xrp = &xcr->xcr_ring; in xhci_command_submit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h446 xhci_ring_t xcr_ring; member