Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/net/ieee802154/l2/
DCMakeLists.txt5 project(l2) project
/Zephyr-Core-2.7.6/include/arch/sparc/
Dthread.h44 uint32_t l2; member
/Zephyr-Core-2.7.6/include/net/
Dnet_if.h432 const struct net_l2 * const l2; member
2255 pm_control_fn, data, cfg, prio, api, l2, \ argument
2285 data, cfg, prio, api, l2, \ argument
2312 prio, api, l2, l2_ctx_type, mtu) \ argument
2333 data, cfg, prio, api, l2, \ argument
2368 api, l2, l2_ctx_type, mtu) \ argument
2400 api, l2, l2_ctx_type, mtu) \ argument
/Zephyr-Core-2.7.6/subsys/net/l2/virtual/
Dvirtual.c234 const struct net_l2 *l2; in net_virtual_disable() local
/Zephyr-Core-2.7.6/soc/xtensa/intel_adsp/common/include/
Dcavs-idc.h108 } l2, l3, l4, l5; member
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_if.c584 struct net_if *net_if_get_first_by_type(const struct net_l2 *l2) in net_if_get_first_by_type()