Searched refs:ethernet (Results 1 – 25 of 235) sorted by relevance
12345678910
20 i.e. without a MAC stack (the net L2 layer for ethernet will not52 source "drivers/ethernet/Kconfig.enc28j60"53 source "drivers/ethernet/Kconfig.enc424j600"54 source "drivers/ethernet/Kconfig.esp32"55 source "drivers/ethernet/Kconfig.e1000"56 source "drivers/ethernet/Kconfig.sam_gmac"57 source "drivers/ethernet/Kconfig.stm32_hal"58 source "drivers/ethernet/Kconfig.dwmac"59 source "drivers/ethernet/Kconfig.smsc911x"60 source "drivers/ethernet/Kconfig.native_posix"[all …]
1 # Native posix ethernet driver configuration options10 Enable native posix ethernet driver. Note, this driver is run inside37 string "Host ethernet TUN/TAP device name"61 Native posix ethernet driver will strip of VLAN tag from70 Specify a MAC address for the ethernet interface in the form of82 Native posix ethernet driver repeatedly checks for new data.
19 test_ethernet: ethernet {20 compatible = "vnd,ethernet";30 ethernet-phy@0 {36 ethernet-phy@1 {44 ethernet-phy@2 {53 ethernet-phy@3 {62 ethernet-phy@4 {71 ethernet-phy@5 {77 ethernet-phy@6 {
7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/ethernet)11 ${ZEPHYR_BASE}/drivers/ethernet/eth_ivshmem_queue.c)
9 MDIO is a bus that is commonly used to communicate with ethernet PHY devices.10 Many ethernet MAC controllers also provide hardware to communicate over MDIO
13 mac: ethernet@40028000 {14 compatible = "st,stm32-ethernet";
4 ${ZEPHYR_BASE}/include/zephyr/net/ethernet.h15 zephyr_library_sources_ifdef(CONFIG_NET_L2_ETHERNET ethernet.c)
22 struct net_if *ethernet; member196 if (!ud->ethernet && net_if_l2(iface) == &NET_L2_GET_NAME(ETHERNET)) { in iface_cb()197 ud->ethernet = iface; in iface_cb()382 net_if_get_by_iface(ud.ethernet), ud.ethernet); in main()385 net_virtual_interface_attach(ud.ip_tunnel_1, ud.ethernet); in main()403 if (ud.ethernet) { in main()404 ret = setup_iface(ud.ethernet, in main()
13 * This is the linker script for ip_k66f board to allow ethernet18 * Explicit placement of the ethernet interfaces29 * The last entry with `._net_if.static.*` is to accommodate ethernet
107 ethernet@9a000000 {110 eth: ethernet {124 phy: ethernet-phy@0 {125 compatible = "ethernet-phy";
22 mac: ethernet@40028000 {23 compatible = "st,stm32-ethernet";
18 phy0: ethernet-phy@7 {19 compatible = "ethernet-phy";
59 ethernet-phy@0 {60 compatible = "ethernet-phy";
37 ${ZEPHYR_BASE}/drivers/ethernet46 ${ZEPHYR_BASE}/drivers/ethernet
98 /* Assign ethernet to M7 by default */118 ethernet-phy@0 {119 compatible = "ethernet-phy";
1 # NXP ENET ethernet drivers configuration options48 Enable the use of the ENET1G ethernet instance in 1G mode.65 int "Number of RX buffers for ethernet driver"72 int "Number of TX buffers for ethernet driver"116 int "Number of RX buffers for ethernet driver"123 int "Number of TX buffers for ethernet driver"160 Reset the ethernet PHY at boot. Requires dts properties int-gpios and
135 ethernet@1a000000 {138 eth: ethernet {152 phy: ethernet-phy@0 {153 compatible = "ethernet-phy";
9 ethernet.rst
7 zephyr_library_sources_ifdef(CONFIG_NET_L2_ETHERNET ethernet.c)
9 compatible = "zephyr,cdc-ecm-ethernet";
9 compatible = "zephyr,cdc-ncm-ethernet";
79 ZTEST(ethernet, test_dhcp_check) in ZTEST() argument89 ZTEST(ethernet, test_icmp_check) in ZTEST() argument146 ZTEST_SUITE(ethernet, NULL, ethernet_setup, NULL, NULL, NULL);
1 .. zephyr:code-sample-category:: ethernet