zephyr/drivers/ethernet
Tomasz Bursztyka 8a8d4d3070 drivers/ethernet: Update RX error statistics relevantly
Update such statistic on all drivers.
Also, remove TX stats in native and stellaris drivers: such update is
done in L2 now.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2018-12-07 14:30:06 +02:00
..
CMakeLists.txt drivers: ethernet: Add TI Stellaris ethernet controller driver. 2018-12-04 09:36:51 -06:00
eth_dw_priv.h
eth_dw.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_e1000_priv.h
eth_e1000.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_enc28j60_priv.h
eth_enc28j60.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_mcux.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_sam_gmac_priv.h
eth_sam_gmac.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_stellaris_priv.h drivers: ethernet: Add TI Stellaris ethernet controller driver. 2018-12-04 09:36:51 -06:00
eth_stellaris.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
eth_stm32_hal_priv.h
eth_stm32_hal.c drivers/ethernet: Update RX error statistics relevantly 2018-12-07 14:30:06 +02:00
Kconfig drivers: ethernet: Add TI Stellaris ethernet controller driver. 2018-12-04 09:36:51 -06:00
Kconfig.dw
Kconfig.e1000
Kconfig.enc28j60
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.stellaris drivers: ethernet: Add TI Stellaris ethernet controller driver. 2018-12-04 09:36:51 -06:00
Kconfig.stm32_hal
phy_sam_gmac.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
phy_sam_gmac.h