mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 20:45:21 +00:00
Networking stack has split one global DATA pool to RX and TX DATA pools and also added net_buf pool support to each context. Update the driver to support this new design. Since the GMAC TX descriptor list has a fixed size but the number of TX DATA buffers is no longer limited updating the TX descriptor list has to be guarded by a semaphore. Tested on Atmel SMART SAM E70 Xplained board Change-Id: I181e1cdd183e173b85d5d1711b6e78cd5165666d Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com> |
||
---|---|---|
.. | ||
eth_dw_priv.h | ||
eth_dw.c | ||
eth_enc28j60_priv.h | ||
eth_enc28j60.c | ||
eth_mcux.c | ||
eth_sam_gmac_priv.h | ||
eth_sam_gmac.c | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.enc28j60 | ||
Kconfig.mcux | ||
Kconfig.sam_gmac | ||
Makefile | ||
phy_sam_gmac.c | ||
phy_sam_gmac.h |