BDC_EP_STOP
if ((ep->flags & BDC_EP_STALL) || (ep->flags & BDC_EP_STOP))
ep->flags |= BDC_EP_STOP;
if (unlikely(ep->flags & BDC_EP_STOP))
ep->flags &= ~BDC_EP_STOP;