zephyr/drivers/ethernet
Jukka Rissanen 60d2885e3c driver: eth: native_posix: Minimum RX sleep with gPTP
Sleep minimum time in RX when gPTP is enabled. Typically we
receive constant stream of gPTP protocol data so no need to
wait very long in that case and cause timeouts.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-08-19 12:47:09 -04:00
..
CMakeLists.txt
eth_e1000_priv.h drivers: eth_e1000: use device MMIO 2020-07-17 11:38:18 +02:00
eth_e1000.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_enc28j60_priv.h drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
eth_enc28j60.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_enc424j600_priv.h drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
eth_enc424j600.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_gecko_priv.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_gecko.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
eth_liteeth.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_mcux.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c driver: eth: native_posix: Minimum RX sleep with gPTP 2020-08-19 12:47:09 -04:00
eth_sam_gmac_priv.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_sam_gmac.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_sam0_gmac.h
eth_smsc911x_priv.h
eth_smsc911x.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_stellaris_priv.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_stellaris.c
eth_stm32_hal_priv.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
eth_stm32_hal.c drivers: ethernet: stm32: add name to rx thread 2020-08-17 13:37:24 -04:00
eth.h random: Include header where it is used 2020-07-08 21:05:36 -04:00
Kconfig
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux eth: mcux: Support devices not using SMI for PHY setup 2020-08-04 15:54:26 -05:00
Kconfig.native_posix net: native_posix: gptp: Add multiport support 2020-08-19 12:47:09 -04:00
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers/ethernet: stm32: Enable Kconfig symbol ETH_STM32_HAL using dts 2020-07-24 12:03:33 +02:00
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h