Home
last modified time | relevance | path

Searched refs:ethernet (Results 1 – 25 of 223) sorted by relevance

123456789

/Zephyr-latest/drivers/ethernet/
DKconfig20 i.e. without a MAC stack (the net L2 layer for ethernet will not
52 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_tap"
[all …]
DKconfig.nxp_enet1 # NXP ENET ethernet drivers configuration options
28 Enable the use of the ENET1G ethernet instance in 1G mode.
45 int "Number of RX buffers for ethernet driver"
52 int "Number of TX buffers for ethernet driver"
DKconfig.native_tap1 # Native TAP ethernet driver configuration options
11 Enable native_sim TAP ethernet driver. Note, this driver is run inside
36 string "Host ethernet TUN/TAP device name"
61 Native TAP ethernet driver will strip of VLAN tag from
70 Specify a MAC address for the ethernet interface in the form of
81 Native TAP ethernet driver repeatedly checks for new data.
119 string "Host ethernet TUN/TAP device name (deprecated)"
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dapp.overlay19 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 {
82 ethernet-phy@7 {
[all …]
Dspi_devices.overlay85 ethernet-phy@1 {
113 ethernet-phy@1 {
118 ethernet-phy@2 {
138 ethernet-phy@0 {
/Zephyr-latest/tests/drivers/ethernet/eth_ivshmem_queue/
DCMakeLists.txt7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/ethernet)
11 ${ZEPHYR_BASE}/drivers/ethernet/eth_ivshmem_queue.c)
/Zephyr-latest/dts/arm/st/f2/
Dstm32f207.dtsi13 mac: ethernet@40028000 {
14 compatible = "st,stm32-ethernet";
/Zephyr-latest/doc/hardware/peripherals/
Dmdio.rst9 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
/Zephyr-latest/dts/arm/st/f4/
Dstm32f407.dtsi13 mac: ethernet@40028000 {
14 compatible = "st,stm32-ethernet";
/Zephyr-latest/subsys/net/l2/ethernet/
DCMakeLists.txt4 ${ZEPHYR_BASE}/include/zephyr/net/ethernet.h
15 zephyr_library_sources_ifdef(CONFIG_NET_L2_ETHERNET ethernet.c)
/Zephyr-latest/samples/net/virtual/src/
Dmain.c22 struct net_if *ethernet; member
196 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()
/Zephyr-latest/boards/segger/ip_k66f/
Dlinker.ld13 * This is the linker script for ip_k66f board to allow ethernet
18 * Explicit placement of the ethernet interfaces
29 * The last entry with `._net_if.static.*` is to accommodate ethernet
/Zephyr-latest/dts/arm64/fvp/
Dfvp-aemv8r.dtsi107 ethernet@9a000000 {
110 eth: ethernet {
124 phy: ethernet-phy@0 {
125 compatible = "ethernet-phy";
/Zephyr-latest/dts/arm/st/f1/
Dstm32f107.dtsi22 mac: ethernet@40028000 {
23 compatible = "st,stm32-ethernet";
/Zephyr-latest/boards/st/nucleo_h563zi/
Dnucleo_h563zi.dts60 ethernet-phy@0 {
61 compatible = "ethernet-phy";
/Zephyr-latest/boards/arduino/opta/
Darduino_opta_stm32h747xx_m7.dts98 /* Assign ethernet to M7 by default */
119 ethernet-phy@0 {
120 compatible = "ethernet-phy";
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/
Dfvp_base_revc_2xaemv8a.dts135 ethernet@1a000000 {
138 eth: ethernet {
152 phy: ethernet-phy@0 {
153 compatible = "ethernet-phy";
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_tech.rst9 ethernet.rst
/Zephyr-latest/subsys/net/pkt_filter/
DCMakeLists.txt7 zephyr_library_sources_ifdef(CONFIG_NET_L2_ETHERNET ethernet.c)
/Zephyr-latest/subsys/usb/device_next/
DCMakeLists.txt39 ${ZEPHYR_BASE}/drivers/ethernet
48 ${ZEPHYR_BASE}/drivers/ethernet
/Zephyr-latest/samples/net/zperf/
Dusbd_next_ecm.overlay9 compatible = "zephyr,cdc-ecm-ethernet";
Dusbd_next_ncm.overlay9 compatible = "zephyr,cdc-ncm-ethernet";
/Zephyr-latest/samples/net/sockets/echo_server/
Dusbd_next_ncm.overlay9 compatible = "zephyr,cdc-ncm-ethernet";
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/boards/
Dadi_eval_adin1110ebz.overlay10 ethernet-phy@1 {
/Zephyr-latest/samples/drivers/ethernet/
Dindex.rst1 .. zephyr:code-sample-category:: ethernet

123456789