Home
last modified time | relevance | path

Searched refs:ETHERNET_LLDP (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_slip_tap.c25 | ETHERNET_LLDP in eth_capabilities()
Deth_native_posix.c504 | ETHERNET_LLDP in eth_posix_native_get_capabilities()
Deth_adin2111.c689 | ETHERNET_LLDP in adin2111_port_get_capabilities()
Deth_stm32_hal.c1570 | ETHERNET_LLDP in eth_stm32_hal_get_capabilities()
/Zephyr-Core-3.6.0/samples/net/lldp/src/
Dmain.c205 if (!(caps & ETHERNET_LLDP)) { in init_app()
/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/lldp/
Dlldp.c224 if (!(net_eth_get_hw_capabilities(iface) & ETHERNET_LLDP)) { in lldp_check_iface()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dethernet.h165 ETHERNET_LLDP = BIT(13), enumerator