Home
last modified time | relevance | path

Searched defs:l2 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/net/ieee802154/l2/
DCMakeLists.txt5 project(l2) project
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c363 static bool iface_uses_l2(struct net_if *iface, const struct net_l2 *l2) in iface_uses_l2()
369 void conn_mgr_ignore_l2(const struct net_l2 *l2) in conn_mgr_ignore_l2()
385 void conn_mgr_watch_l2(const struct net_l2 *l2) in conn_mgr_watch_l2()
/Zephyr-latest/include/zephyr/arch/sparc/
Dthread.h44 uint32_t l2; member
/Zephyr-latest/include/zephyr/
Dirq_multilevel.h34 uint32_t l2: CONFIG_2ND_LEVEL_INTERRUPT_BITS; member
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dcavs-idc.h110 } l2, l3, l4, l5; member
/Zephyr-latest/include/zephyr/net/
Dnet_if.h651 const struct net_l2 * const l2; member
3321 api, l2, l2_ctx_type, mtu) \ argument
3330 config, prio, api, l2, l2_ctx_type, mtu) \ argument
3355 api, l2, l2_ctx_type, mtu) \ argument
3378 config, prio, api, l2, l2_ctx_type, mtu) \ argument
3418 data, config, prio, api, l2, \ argument
3447 data, config, prio, api, l2, \ argument
/Zephyr-latest/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h49 #define MIO_PIN_LX_SEL(l3, l2, l1, l0) \ argument
/Zephyr-latest/subsys/net/ip/
Dnet_if.c454 const struct net_l2 *l2; in net_if_send_data() local
644 struct net_if *net_if_get_first_by_type(const struct net_l2 *l2) in net_if_get_first_by_type()