Hi!
As I know, oops reset is a large number of CAW commands causing a stack overflow to trigger a controller reset.
When the CAW command is dropped by ABORT, it goes directly to the release process. After the release, the next CAW command is directly called. When there are a lot of CAW commands stacked in the linked list, repeatedly executing the next command causes the stack call depth to overflow too much, which leads to controller reboot.
When the CAW command times out, it will trigger the stack call depth to overflow too much, which will cause the controller to reset.
Thanks.