xhci_input_context_sync
ret = xhci_input_context_sync(xhcip, xd, xep);
return (xhci_input_context_sync(xhcip, xd, xep));
if (xhci_input_context_sync(xhcip, xd, xep) != 0) {
if ((ret = xhci_input_context_sync(xhcip, xd, xep)) != 0) {