EP_STALLED
if (!(priv_ep->flags & EP_STALLED)) {
if (!priv_ep->wa1_set && !(priv_ep->flags & EP_STALLED)) {
if (!(priv_ep->flags & EP_STALLED) &&
} else if (!(priv_ep->flags & EP_STALLED) &&
!(priv_ep->flags & EP_STALLED))
priv_ep->flags &= ~(EP_PENDING_REQUEST | EP_STALLED | EP_STALL_PENDING |
!(priv_ep->flags & EP_STALLED) &&
priv_ep->flags |= EP_STALLED;
if (!(priv_ep->flags & EP_STALLED)) {
priv_ep->flags &= ~(EP_STALLED | EP_STALL_PENDING);
__entry->flags & EP_STALLED ? "STALLED | " : "",
pep->ep_state |= EP_STALLED;
if (pep->ep_state & EP_STALLED)
pep->ep_state &= ~EP_STALLED;
if (!(pep->ep_state & EP_STALLED) &&
if (!(pep->ep_state & EP_STALLED) &&
pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING);
pep->ep_state |= EP_STALLED;
if (!(pep->ep_state & EP_STALLED) && !(pep->ep_state & EP_STALL_PENDING))
pep->ep_state &= ~(EP_STALLED | EP_STALL_PENDING);
pep->ep_state |= EP_STALLED;
if (!pep->wa1_set && !(pep->ep_state & EP_STALLED) && !pep->skip) {
__entry->flags & EP_STALLED ? "STALLED | " : "",