Lines Matching full:c
8 eth_raw.c
12 eth_gecko.c
13 phy_gecko.c
17 eth_xlnx_gem.c
18 phy_xlnx_gem.c
21 zephyr_library_sources_ifdef(CONFIG_ETH_DWMAC eth_dwmac.c)
22 zephyr_library_sources_ifdef(CONFIG_ETH_DWMAC_STM32H7X eth_dwmac_stm32h7x.c)
23 zephyr_library_sources_ifdef(CONFIG_ETH_DWMAC_MMU eth_dwmac_mmu.c)
25 zephyr_library_sources_ifdef(CONFIG_ETH_E1000 eth_e1000.c)
26 zephyr_library_sources_ifdef(CONFIG_ETH_ENC28J60 eth_enc28j60.c)
27 zephyr_library_sources_ifdef(CONFIG_ETH_ENC424J600 eth_enc424j600.c)
28 zephyr_library_sources_ifdef(CONFIG_ETH_ESP32 eth_esp32.c)
29 zephyr_library_sources_ifdef(CONFIG_DSA_KSZ8XXX dsa_ksz8xxx.c)
30 zephyr_library_sources_ifdef(CONFIG_ETH_LITEX_LITEETH eth_litex_liteeth.c)
31 zephyr_library_sources_ifdef(CONFIG_ETH_SMSC911X eth_smsc911x.c)
32 zephyr_library_sources_ifdef(CONFIG_ETH_STELLARIS eth_stellaris.c)
33 zephyr_library_sources_ifdef(CONFIG_ETH_STM32_HAL eth_stm32_hal.c)
34 zephyr_library_sources_ifdef(CONFIG_ETH_W5500 eth_w5500.c)
35 zephyr_library_sources_ifdef(CONFIG_ETH_SAM_GMAC eth_sam_gmac.c)
36 zephyr_library_sources_ifdef(CONFIG_ETH_CYCLONEV eth_cyclonev.c)
37 zephyr_library_sources_ifdef(CONFIG_SLIP_TAP eth_slip_tap.c)
38 zephyr_library_sources_ifdef(CONFIG_ETH_SMSC91X eth_smsc91x.c)
39 zephyr_library_sources_ifdef(CONFIG_ETH_IVSHMEM eth_ivshmem.c eth_ivshmem_queue.c)
40 zephyr_library_sources_ifdef(CONFIG_ETH_ADIN2111 eth_adin2111.c)
41 zephyr_library_sources_ifdef(CONFIG_ETH_LAN865X eth_lan865x.c oa_tc6.c)
42 zephyr_library_sources_ifdef(CONFIG_ETH_XMC4XXX eth_xmc4xxx.c)
45 zephyr_library_sources(eth_nxp_s32_netc.c)
46 zephyr_library_sources_ifdef(CONFIG_DT_HAS_NXP_S32_NETC_PSI_ENABLED eth_nxp_s32_netc_psi.c)
47 zephyr_library_sources_ifdef(CONFIG_DT_HAS_NXP_S32_NETC_VSI_ENABLED eth_nxp_s32_netc_vsi.c)
50 zephyr_library_sources_ifdef(CONFIG_ETH_NXP_S32_GMAC eth_nxp_s32_gmac.c)
51 zephyr_library_sources_ifdef(CONFIG_ETH_NUMAKER eth_numaker.c)
55 set(native_posix_source_files eth_native_posix.c eth_native_posix_adapt.c)
62 zephyr_library_sources(eth_native_posix.c)
63 target_sources(native_simulator INTERFACE eth_native_posix_adapt.c)