Sebastian Huber 29f9822bac if_atsam: Recover from receive freezes
Under unknown conditions the receive path ended up in a frozen state.
In this state, the DMA and driver descriptor head were equal and all
receive descriptors had the used bit set.  So, the DMA was unable to
store received frames.  However, the receive daemon was never woken up
to refill the receive buffers.  It seems that the RXUBR interrupt can be
used to recover from this state.

Update #4651.
2022-06-01 09:55:25 +02:00
..
2018-04-30 13:42:18 +02:00
2020-04-17 13:18:06 +02:00
2022-05-12 07:51:41 +02:00
2020-04-14 16:39:20 +02:00
2018-09-20 11:23:32 +02:00
2022-05-12 07:51:41 +02:00