Searched full:ethernet (Results 1 – 25 of 367) sorted by relevance
12345678910>>...15
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | Kconfig | 1 # Ethernet drivers configuration options 6 menu "Ethernet Drivers" 9 module = ETHERNET 11 module-str = Log level for Ethernet driver 12 module-help = Sets log level for Ethernet Device Drivers. 16 int "Ethernet driver init priority" 19 Ethernet device driver initialization priority. 40 Extra arguments passed to QEMU -nic option when Ethernet Networking 47 source "drivers/ethernet/Kconfig.enc28j60" 48 source "drivers/ethernet/Kconfig.enc424j600" [all …]
|
D | Kconfig.enc28j60 | 1 # ETH_ENC28J60 Ethernet driver configuration options 7 bool "ENC28J60C Ethernet Controller" 10 ENC28J60C Stand-Alone Ethernet Controller 36 a memory buffer before the Ethernet frame is dropped. 39 bool "ENC28J60C Ethernet port 0"
|
D | Kconfig.xlnx_gem | 2 # Xilinx Processor System Gigabit Ethernet controller (GEM) driver 12 bool "Xilinx GEM Ethernet driver" 16 Enable Xilinx GEM Ethernet driver. 24 This parameter specifies which type of Ethernet controller
|
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 17 If set, the native_posix ethernet driver will set up the network 80 string "Ethernet driver name" 89 string "Host ethernet TUN/TAP device name" 113 Native posix ethernet driver will strip of VLAN tag from 114 Rx Ethernet frames and sets tag information in net packet 122 Specify a MAC address for the ethernet interface in the form of
|
D | Kconfig.enc424j600 | 1 # ENC424J600 Ethernet driver configuration options 7 bool "ENC424J600C Ethernet Controller" 10 ENC424J600C Stand-Alone Ethernet Controller 35 a memory buffer before the Ethernet frame is dropped.
|
D | Kconfig.w5500 | 1 # W5500 Ethernet driver configuration options 8 bool "W5500 Ethernet Controller" 11 W5500 Stand-Alone Ethernet Controller 37 a memory buffer before the Ethernet frame is dropped.
|
D | Kconfig.stellaris | 1 # ETH_STELLARIS Ethernet driver configuration options 7 bool "Enable TI Stellaris MCU family ethernet driver." 9 Stellaris on-board Ethernet Controller
|
D | Kconfig.stm32_hal | 1 # STM32 HAL Ethernet driver configuration options 7 DT_COMPAT_ST_STM32_ETHERNET := st,stm32-ethernet 10 bool "STM32 HAL Ethernet driver" 15 Enable STM32 HAL based Ethernet driver. It is available for 16 all Ethernet enabled variants of the F2, F4, F7 and H7 series.
|
D | Kconfig.sam_gmac | 1 # Atmel SAM Ethernet (GMAC) driver configuration options 7 bool "Atmel SAM Ethernet driver" 12 Enable Atmel SAM MCU Family Ethernet driver. 62 Ethernet driver. These buffers are used in receive path. They are 65 at least one complete Ethernet frame. SAM ETH driver will always allocate 69 fit at least two Ethernet frames: one being received by the GMAC module
|
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/ |
D | Kconfig | 5 bool "Enable 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 "Enable 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-2.7.6/doc/reference/networking/ |
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
|
D | 8021Qav.rst | 14 shaper implemented by the Ethernet device driver. 19 To enable 802.1Qav shaper, the Ethernet device driver must declare 20 that it supports credit-based shaping. The Ethernet driver's capability 35 See ``sam-e70-xplained`` board Ethernet driver 36 :zephyr_file:`drivers/ethernet/eth_sam_gmac.c` for an example. 46 #include <net/ethernet.h>
|
/Zephyr-Core-2.7.6/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. 16 int "Ethernet PHY driver init priority" 19 Ethernet PHY device driver initialization priority. 47 endmenu # "Ethernet PHY Drivers"
|
/Zephyr-Core-2.7.6/doc/guides/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. 49 Step 1 - Create Ethernet interface
|
/Zephyr-Core-2.7.6/dts/bindings/ethernet/ |
D | nxp,kinetis-ethernet.yaml | 4 description: NXP Kinetis Ethernet 6 compatible: "nxp,kinetis-ethernet" 8 include: ["ethernet.yaml", "ethernet,fixed-link.yaml"]
|
D | st,stm32-ethernet.yaml | 4 description: ST STM32 Ethernet 6 compatible: "st,stm32-ethernet" 8 include: ethernet.yaml 24 GPIO pin configuration for Ethernet signals. We expect that the phandles
|
D | ti,stellaris-ethernet.yaml | 4 description: TI Stellaris Ethernet 6 compatible: "ti,stellaris-ethernet" 8 include: ethernet.yaml
|
D | atmel,gmac-common.yaml | 5 include: ethernet.yaml 21 Maximum ethernet frame size. The current ethernet frame sizes 25 IEEE 802.3 ethernet frame: 27 Ethernet Frame [ 14 MAC HEADER | 1500 MTU | 4 FCS ] = 1518 bytes 29 When using value 1536 it is possible extend ethernet MAC HEADER up
|
/Zephyr-Core-2.7.6/include/net/ |
D | ethernet_mgmt.h | 9 * @brief Ethernet Management interface public header 15 #include <net/ethernet.h> 23 * @brief Ethernet library 24 * @defgroup ethernet_mgmt Ethernet Library 185 * @brief Raise CARRIER_ON event when Ethernet is connected. 187 * @param iface Ethernet network interface. 199 * @brief Raise CARRIER_OFF event when Ethernet is disconnected. 201 * @param iface Ethernet network interface. 215 * @param iface Ethernet network interface. 232 * @param iface Ethernet network interface.
|
/Zephyr-Core-2.7.6/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-2.7.6/subsys/usb/class/netusb/ |
D | Kconfig | 13 bool "USB Ethernet Control Model (ECM) Networking device" 16 Ethernet Control Model (ECM) is a part of Communications Device 20 bool "USB Ethernet Emulation Model (EEM) Networking device" 23 Ethernet Emulation Model (EEM) is part of Communications Device 24 Class (CDC) USB protocol and can be used to encapsulate Ethernet
|
/Zephyr-Core-2.7.6/boards/arm/efm32gg_stk3701a/ |
D | board.c | 31 /* Enable the ethernet PHY power */ in efm32gg_stk3701a_init() 34 printk("Ethernet PHY power gpio port was not found!\n"); in efm32gg_stk3701a_init() 41 /* Configure ethernet reference clock */ in efm32gg_stk3701a_init() 44 printk("Ethernet reference clock gpio port was not found!\n"); in efm32gg_stk3701a_init() 59 /* Release the ethernet PHY reset */ in efm32gg_stk3701a_init() 62 printk("Ethernet PHY reset gpio port was not found!\n"); in efm32gg_stk3701a_init()
|
/Zephyr-Core-2.7.6/samples/net/lldp/ |
D | prj.conf | 26 # Ethernet is needed for LLDP 36 # First ethernet interface will use these settings 42 # Second ethernet interface will have these settings 60 # The CONFIG_NET_VLAN_COUNT will also determine how many ethernet network 69 # according to your network needs. Also the ethernet driver must create
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | Kconfig.stats | 104 bool "Ethernet statistics" 108 Keep track of Ethernet related statistics. Note that this 109 requires support from the ethernet driver. The driver needs 113 bool "Vendor specific Ethernet statistics" 116 Allows Ethernet drivers to provide statistics information
|
12345678910>>...15