linux/drivers/net/ethernet/freescale/fs_enet
LEROY Christophe c68875fa82 net: fs_enet: mask interrupts for TX partial frames.
We are not interested in interrupts for partially transmitted frames.
Unlike SCC and FCC, the FEC doesn't handle the I bit in buffer
descriptors, instead it defines two interrupt bits, TXB and TXF.

We have to mask TXB in order to only get interrupts once the
frame is fully transmitted.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-08-11 12:05:34 -07:00
..
fec.h
fs_enet-main.c net: fs_enet: explicitly remove I flag on TX partial frames 2015-08-11 12:05:34 -07:00
fs_enet.h net: fs_enet: Implement NETIF_F_SG feature 2015-02-04 13:13:04 -08:00
Kconfig
mac-fcc.c
mac-fec.c net: fs_enet: mask interrupts for TX partial frames. 2015-08-11 12:05:34 -07:00
mac-scc.c net: fs_enet: set back promiscuity mode after restart 2014-10-22 15:33:13 -04:00
Makefile
mii-bitbang.c net/fsl: constify of_device_id array 2015-03-17 15:00:21 -04:00
mii-fec.c net/fsl: constify of_device_id array 2015-03-17 15:00:21 -04:00