xhci_handle_halted_endpoint
err = xhci_handle_halted_endpoint(xhci, ep, td, reset_type);
xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET);
xhci_handle_halted_endpoint(xhci, ep, td, EP_SOFT_RESET);
xhci_handle_halted_endpoint(xhci, ep, NULL, EP_HARD_RESET);
xhci_handle_halted_endpoint(xhci, ep, NULL, EP_SOFT_RESET);
xhci_handle_halted_endpoint(xhci, ep, td, EP_HARD_RESET);