Searched full:ethernet (Results 1 – 25 of 570) sorted by relevance
12345678910>>...23
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | Kconfig | 1 # Ethernet drivers configuration options 7 bool "Ethernet drivers" 13 module = ETHERNET 15 module-str = Log level for Ethernet driver 16 module-help = Sets log level for Ethernet Device Drivers. 35 Extra arguments passed to QEMU -nic option when Ethernet Networking 42 source "drivers/ethernet/Kconfig.enc28j60" 43 source "drivers/ethernet/Kconfig.enc424j600" 44 source "drivers/ethernet/Kconfig.esp32" 45 source "drivers/ethernet/Kconfig.mcux" [all …]
|
D | Kconfig.ivshmem | 1 # IVSHMEM Ethernet driver configuration options 7 bool "Inter-VM shared memory Ethernet driver" 14 Enable Inter-VM Shared Memory Ethernet driver. 15 Used for Ethernet communication between "cells" in the Jailhouse hypervisor. 20 int "IVSHMEM Ethernet thread stack size" 24 int "IVSHMEM Ethernet thread priority"
|
D | Kconfig.native_posix | 1 # Native posix ethernet driver configuration options 7 bool "Native Posix Ethernet driver" 10 Enable native posix ethernet driver. Note, this driver is run inside 27 string "Ethernet driver name" 36 string "Host ethernet TUN/TAP device name" 60 Native posix ethernet driver will strip of VLAN tag from 61 Rx Ethernet frames and sets tag information in net packet 69 Specify a MAC address for the ethernet interface in the form of 76 int "Ethernet RX timeout" 81 Native posix ethernet driver repeatedly checks for new data.
|
D | Kconfig.esp32 | 1 # ESP32 Ethernet driver configuration options 7 bool "ESP32 Ethernet driver" 13 Enable ESP32 Ethernet driver. 18 int "ESP32 Ethernet receive thread stack size" 22 int "ESP32 Ethernet receive thread priority"
|
D | Kconfig.nxp_enet | 1 # NXP ENET Ethernet driver configuration options 7 bool "NXP ENET Ethernet driver" 15 Enable NXP ENET Ethernet driver. 41 int "Number of RX buffers for ethernet driver" 48 int "Number of TX buffers for ethernet driver"
|
D | Kconfig.xlnx_gem | 2 # Xilinx Processor System Gigabit Ethernet controller (GEM) driver 10 bool "Xilinx GEM Ethernet driver" 15 Enable Xilinx GEM Ethernet driver. 23 This parameter specifies which type of Ethernet controller
|
D | Kconfig.enc424j600 | 1 # ENC424J600 Ethernet driver configuration options 7 bool "ENC424J600C Ethernet Controller" 12 ENC424J600C Stand-Alone Ethernet Controller 37 a memory buffer before the Ethernet frame is dropped.
|
D | Kconfig.w5500 | 1 # W5500 Ethernet driver configuration options 8 bool "W5500 Ethernet Controller" 13 W5500 Stand-Alone Ethernet Controller 39 a memory buffer before the Ethernet frame is dropped.
|
/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/ |
D | Kconfig | 5 bool "Ethernet support" 7 Add support for Ethernet, enabling selecting relevant hardware drivers. 9 simulate Ethernet through SLIP. 15 module-str = Log level for Ethernet L2 layer 16 module-help = Enables Ethernet L2 to output debug messages. 20 bool "Ethernet network management interface" 24 Enable support net_mgmt Ethernet interface which can be used to 25 configure at run-time Ethernet drivers and L2 settings. 30 Enables virtual lan (VLAN) support for Ethernet. 46 get IPv4 working (like Ethernet devices). [all …]
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | ethernet_mgmt.rst | 3 Ethernet Management 13 Ethernet management API provides functions to manage the Ethernet 19 Typically the ``carrier OFF`` event would be generated by the Ethernet 20 device driver when it notices that the Ethernet cable is disconnected. 21 The ``carrier ON`` event would be generated if the Ethernet device driver 22 notices that the Ethernet cable is re-connected. 24 Currently the VLAN events are generated by the Ethernet L2 layer when a
|
D | ethernet.rst | 3 Ethernet chapter 20 Ethernet is a networking technology commonly used in local area networks (LAN). 22 `Ethernet Wikipedia article <https://en.wikipedia.org/wiki/Ethernet>`_. 24 Zephyr supports following Ethernet features: 38 Not all Ethernet device drivers support all of these features. You can 40 currently supported Ethernet features. 45 .. doxygengroup:: ethernet
|
/Zephyr-Core-3.6.0/drivers/ethernet/phy/ |
D | Kconfig | 1 # Ethernet PHY drivers configuration options 6 menu "Ethernet PHY Drivers" 11 module-str = Log level for Ethernet PHY driver 12 module-help = Sets log level for Ethernet PHY Device Drivers. 14 source "drivers/ethernet/phy/Kconfig.tja1103" 17 int "Ethernet PHY driver init priority" 20 Ethernet PHY device driver initialization priority. 49 Enable Microchip KSZ8081 Ethernet Phy Driver 66 endmenu # "Ethernet PHY Drivers"
|
/Zephyr-Core-3.6.0/boards/xtensa/esp32_ethernet_kit/doc/ |
D | index.rst | 3 ESP32-ETHERNET-KIT 6 The ESP32-Ethernet-Kit is an Ethernet-to-Wi-Fi development board that enables 7 Ethernet devices to be interconnected over Wi-Fi. At the same time, to provide 8 more flexible power supply options, the ESP32-Ethernet-Kit also supports power 9 over Ethernet (PoE). 11 .. _get-started-esp32-ethernet-kit-v1.2-overview: 13 .. figure:: img/esp32-ethernet-kit-v1.2-overview.jpg 15 :alt: ESP32-Ethernet-Kit V1.2 18 ESP32-Ethernet-Kit V1.2 Overview 23 ESP32-Ethernet-Kit is an ESP32-based development board produced by [all …]
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/ |
D | qemu_eth_setup.rst | 3 Networking with QEMU Ethernet 16 an Ethernet network interface. 39 When configuring the Zephyr instance, you must select the correct Ethernet 42 * For ``qemu_x86``, select ``Intel(R) PRO/1000 Gigabit Ethernet driver`` 43 Ethernet driver. Driver is called ``e1000`` in Zephyr source tree. 44 * For ``qemu_cortex_m3``, select ``TI Stellaris MCU family ethernet driver`` 45 Ethernet driver. Driver is called ``stellaris`` in Zephyr source tree. 46 * For ``mps2_an385``, select ``SMSC911x/9220 Ethernet driver`` Ethernet driver. 48 * For ``qemu_cortex_a53``, ``Intel(R) PRO/1000 Gigabit Ethernet driver`` 49 Ethernet driver is selected by default. [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/ethernet/ |
D | zephyr,cdc-ecm-ethernet.yaml | 4 description: USB CDC ECM virtual Ethernet controller 6 compatible: "zephyr,cdc-ecm-ethernet" 8 include: ethernet-controller.yaml 15 Remote MAC address of the virtual Ethernet connection.
|
D | atmel,gmac-common.yaml | 6 - name: ethernet-controller.yaml 26 Maximum ethernet frame size. The current ethernet frame sizes 30 IEEE 802.3 ethernet frame: 32 Ethernet Frame [ 14 MAC HEADER | 1500 MTU | 4 FCS ] = 1518 bytes 34 When using value 1536 it is possible extend ethernet MAC HEADER up
|
D | nuvoton,numaker-ethernet.yaml | 4 description: Nuvoton, NuMaker Ethernet controller 6 compatible: "nuvoton,numaker-ethernet" 9 - ethernet-controller.yaml 10 - ethernet,fixed-link.yaml
|
D | nxp,kinetis-ethernet.yaml | 4 description: NXP Kinetis Ethernet 6 compatible: "nxp,kinetis-ethernet" 8 include: ["ethernet-controller.yaml", "ethernet,fixed-link.yaml", "pinctrl-device.yaml"]
|
D | ti,stellaris-ethernet.yaml | 4 description: TI Stellaris Ethernet 6 compatible: "ti,stellaris-ethernet" 8 include: ethernet-controller.yaml
|
D | snps,designware-ethernet.yaml | 4 description: Synopsys DesignWare Ethernet 6 compatible: "snps,designware-ethernet" 8 include: ethernet-controller.yaml
|
/Zephyr-Core-3.6.0/boards/arm/efm32gg_stk3701a/ |
D | board.c | 19 /* Enable the ethernet PHY power */ in efm32gg_stk3701a_init() 22 printk("Ethernet PHY power gpio port is not ready!\n"); in efm32gg_stk3701a_init() 29 /* Configure ethernet reference clock */ in efm32gg_stk3701a_init() 32 printk("Ethernet reference clock gpio port is not ready!\n"); in efm32gg_stk3701a_init() 47 /* Release the ethernet PHY reset */ in efm32gg_stk3701a_init() 50 printk("Ethernet PHY reset gpio port is not ready!\n"); in efm32gg_stk3701a_init()
|
/Zephyr-Core-3.6.0/samples/boards/esp32/ethernet/ |
D | sample.yaml | 2 description: Sample application to test ESP32 Ethernet 3 name: ESP32 Ethernet 5 sample.board.esp32.ethernet:
|
/Zephyr-Core-3.6.0/samples/drivers/ethernet/eth_ivshmem/ |
D | sample.yaml | 2 name: Inter-VM Shared Memory (ivshmem) Ethernet 4 sample.drivers.ethernet.eth_ivshmem: 6 tags: drivers ethernet
|
/Zephyr-Core-3.6.0/samples/net/sockets/packet/ |
D | Kconfig | 21 This will strip Ethernet header from received packets 22 and insert Ethernet header to sent packets. 25 string "Destination Ethernet MAC address" 29 Where to send the Ethernet frames.
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | ethernet_mgmt.h | 9 * @brief Ethernet Management interface public header 15 #include <zephyr/net/ethernet.h> 23 * @brief Ethernet library 24 * @defgroup ethernet_mgmt Ethernet Library 205 * @brief Raise CARRIER_ON event when Ethernet is connected. 207 * @param iface Ethernet network interface. 219 * @brief Raise CARRIER_OFF event when Ethernet is disconnected. 221 * @param iface Ethernet network interface. 235 * @param iface Ethernet network interface. 252 * @param iface Ethernet network interface.
|
12345678910>>...23