Home
last modified time | relevance | path

Searched refs:L2 (Results 1 – 25 of 66) sorted by relevance

123

/Zephyr-Core-3.5.0/subsys/net/l2/virtual/
DKconfig5 bool "Virtual L2 support"
7 Add a virtual L2 layer driver. This is needed if you have a L2
8 layer that depends on other L2 layer. Like running VPN on top of
19 configure at run-time the L2 settings.
22 int "Max length of the virtual L2 layer name"
31 module-str = Log level for virtual L2 layer
32 module-help = Enables virtual L2 to output debug messages.
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dnet_l2.rst3 L2 Layer Management
13 The L2 stack is designed to hide the whole networking link-layer part
19 object and the generic API provided by the L2 layer in
22 Only the L2 layer can talk to the device driver, linked to the net_if
23 object. The L2 layer dictates the API provided by the device driver,
26 Currently, there are L2 layers for :ref:`Ethernet <ethernet_interface>`,
32 L2 layer API
35 In order to create an L2 layer, or a driver for a specific L2 layer,
37 how the L2 layer is supposed to behave.
39 more details. The generic L2 API has these functions:
[all …]
Dwifi.rst21 The Wi-Fi management API is implemented in the `wifi_mgmt` module as a part of the networking L2 st…
25 * Native L2 Ethernet drivers
Dthread.rst50 OpenThread L2 uses Zephyr's protocol agnostic IEEE 802.15.4 driver API
57 OpenThread L2 Adaptation Layer API
60 Zephyr's OpenThread L2 platform adaptation layer glues the external OpenThread
62 API is of interest to OpenThread L2 **subsystem contributors** only.
Dieee802154.rst79 IEEE 802.15.4 L2 / Native Stack API
82 This documents the IEEE 802.15.4 L2 native stack, which neither applications nor
89 OpenThread L2 Adaptation Layer API
92 Zephyr's OpenThread L2 platform adaptation layer glues the external OpenThread
94 API is of interest to OpenThread L2 **subsystem contributors** only.
Dnet_linkaddr.rst13 The link layer addresses are set for network interfaces so that L2
Dethernet_mgmt.rst24 Currently the VLAN events are generated by the Ethernet L2 layer when a
Dnet_if.rst70 Network drivers or L2 implementations should not change administrative state on
80 * The interface is notified by the driver/L2 that PHY status has changed.
81 * The interface is notified by the driver/L2 that it joined/left a network.
/Zephyr-Core-3.5.0/subsys/net/l2/
DKconfig10 Add a dummy L2 layer driver. This is usually only needed when
50 module-str = Log level for Bluetooth L2 layer
51 module-help = Enables Bluetooth L2 to output debug messages.
78 A common config for all IEEE 802.15.4 based L2 implementations.
85 bool "Custom IEEE802154 L2"
88 Enable custom IEEE802154 based L2. Zephyr does not provide
89 implementation for this L2 - users can implement their own L2 using
93 int "MTU for the custom IEEE802154 L2"
133 bool "PTP L2 support"
137 Add support for PTP L2 capabilities. Required by gPTP.
/Zephyr-Core-3.5.0/dts/xtensa/
Ddc233c.dtsi23 * fewer L2 page table entries are needed when MMU is enabled.
33 * fewer L2 page table entries are needed when MMU is enabled.
/Zephyr-Core-3.5.0/boards/arc/hsdk/support/
Dopenocd.cfg65 # Enable L2 cache support for core 2.
80 # Enable L2 cache support for core 3.
90 # Flush L2$.
96 # Enable L2 cache support for core 4.
111 # Enable L2 cache support for core 1.
Dopenocd-2-cores.cfg65 # Enable L2 cache support for core 2.
80 # Enable L2 cache support for core 1.
/Zephyr-Core-3.5.0/boards/arc/hsdk4xd/support/
Dopenocd.cfg65 # Enable L2 cache support for core 2.
80 # Enable L2 cache support for core 3.
90 # Flush L2$.
96 # Enable L2 cache support for core 4.
111 # Enable L2 cache support for core 1.
/Zephyr-Core-3.5.0/scripts/coccinelle/
Dms_timeout.cocci148 expression L2;
151 fn(..., T, L2, L1)
167 , L2, L1)
194 , L2, L1)
/Zephyr-Core-3.5.0/boards/shields/mikroe_eth_click/
DKconfig.defconfig8 # ENC28J60 is L2 chip slave on SPI
/Zephyr-Core-3.5.0/subsys/net/l2/ethernet/
DKconfig15 module-str = Log level for Ethernet L2 layer
16 module-help = Enables Ethernet L2 to output debug messages.
25 configure at run-time Ethernet drivers and L2 settings.
115 When enabled, the Ethernet L2 will forward even those frames for which
117 frames are dropped at the L2 processing.
/Zephyr-Core-3.5.0/subsys/net/l2/canbus/
DKconfig7 Add a CANBUS L2 layer driver. This is the layer for SOCKET CAN.
/Zephyr-Core-3.5.0/doc/connectivity/networking/
Dnet-stack-architecture.rst57 * **L2 Network Technologies.** This provides a common API for sending and
59 See :ref:`L2 overview <net_l2_interface>` for more details.
100 3. The network packet is then passed to the correct L2 driver. The L2 driver
101 can check if the packet is proper and modify it if needed, e.g. strip L2
152 correct L2 layer module. The L2 module will do additional checks for the
153 data and it will also create any L2 headers for the network packet.
/Zephyr-Core-3.5.0/subsys/net/l2/ppp/
DKconfig75 module-str = Log level for ppp L2 layer
76 module-help = Enables ppp L2 to output debug messages.
85 configure at run-time ppp drivers and L2 settings.
/Zephyr-Core-3.5.0/doc/services/modem/
Dindex.rst36 This module defines and binds a L2 PPP network interface, described in
37 :ref:`net_l2_interface`, to a modem backend. The L2 PPP interface sends
/Zephyr-Core-3.5.0/arch/arm/core/mmu/
DKconfig22 int "Number of L2 translation tables available to the MMU"
/Zephyr-Core-3.5.0/dts/arm/intel_socfpga_std/
Dsocfpga.dtsi31 /* next-level-cache = <&L2>; */ /*cache driver not available yet */
37 /* next-level-cache = <&L2>; */ /*cache driver not available yet */
57 L2: l2-cache@fffef000 { label
/Zephyr-Core-3.5.0/samples/net/sockets/packet/
DREADME.rst14 (L2, L3, etc.).
/Zephyr-Core-3.5.0/boards/shields/adafruit_data_logger/
Dadafruit_data_logger.overlay24 * pins "L2" and "Digital I/O 4".
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_b91.c637 #define L2 IEEE802154_L2 macro
641 #define L2 OPENTHREAD_L2 macro
651 &b91_radio_api, L2, L2_CTX_TYPE, MTU);

123