freebsd-dev/sys/dev/tsec
Justin Hibbits 2fad65cfa0 Don't calltsec_receive_intr_locked() from the error interrupt handler.
The tsec_error_intr_locked() is called with the global lock owned (e.g.
the transmit and the receive lock are both owned).  We must not call
tsec_receive_intr_locked() while owning the transmit lock.  The normal
receive interrupt takes care that frames are received, this is none of
the business of the error interrupt.

Submitted by:	Sebastian Huber <sebastian.huber_AT_embedded-brains.de>
2017-04-04 02:55:55 +00:00
..
if_tsec_fdt.c Add support for NXP/Freescale etsec2 ethernet controller 2016-08-30 01:58:49 +00:00
if_tsec.c Don't calltsec_receive_intr_locked() from the error interrupt handler. 2017-04-04 02:55:55 +00:00
if_tsec.h Defragment the transmit mbuf chain only if necessary. 2017-04-04 02:48:27 +00:00
if_tsecreg.h