DWC3_EP_RESOURCE_ALLOCATED
dep->flags &= DWC3_EP_RESOURCE_ALLOCATED;
dep->flags &= DWC3_EP_RESOURCE_ALLOCATED | DWC3_EP_TRANSFER_STARTED;
mask = DWC3_EP_TXFIFO_RESIZED | DWC3_EP_RESOURCE_ALLOCATED;
if (dep->flags & DWC3_EP_RESOURCE_ALLOCATED)
dep->flags |= DWC3_EP_RESOURCE_ALLOCATED;
dep->flags &= ~DWC3_EP_RESOURCE_ALLOCATED;