xhci_ring_reset
if ((ret = xhci_ring_reset(xhcip, &xcr->xcr_ring)) != 0)
if ((ret = xhci_ring_reset(xhcip, &xep->xep_ring)) != 0) {
if ((ret = xhci_ring_reset(xhcip, &xev->xev_ring)) != 0) {
(void) xhci_ring_reset(xhcip, &xep->xep_ring);
extern int xhci_ring_reset(xhci_t *, xhci_ring_t *);