Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_slip_tap.c25 | ETHERNET_LLDP in eth_capabilities()
Deth_native_tap.c426 | ETHERNET_LLDP in eth_native_tap_get_capabilities()
Deth_adin2111.c1223 | ETHERNET_LLDP in adin2111_port_get_capabilities()
Deth_stm32_hal.c1400 | ETHERNET_LLDP in eth_stm32_hal_get_capabilities()
/Zephyr-latest/samples/net/lldp/src/
Dmain.c209 if (!(caps & ETHERNET_LLDP)) { in init_app()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c230 if (!(net_eth_get_hw_capabilities(iface) & ETHERNET_LLDP)) { in lldp_check_iface()
/Zephyr-latest/include/zephyr/net/
Dethernet.h189 ETHERNET_LLDP = BIT(13), enumerator