I'm using TUSB7320 SuperSpeed USB controller, and making the device driver.
But SuperSpeed BulkIN receive transfer is stopped in the middle of the transfer data.
I found that SeqN of the ACK TP is rewinded without Retry bit setting.
So the USB device (using USB flash memory) cannot send next data, and transfer is timed out.
Why SeqN is rewinded? How can I fix it?