Home
last modified time | relevance | path

Searched refs:ETHERNET_PTP (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_e1000.c83 ETHERNET_PTP | in e1000_caps()
Deth_native_tap.c420 | ETHERNET_PTP in eth_native_tap_get_capabilities()
Deth_nxp_enet.c261 ETHERNET_PTP | in eth_nxp_enet_get_capabilities()
Deth_xmc4xxx.c891 caps |= ETHERNET_PTP; in eth_xmc4xxx_capabilities()
Deth_stm32_hal.c1397 | ETHERNET_PTP in eth_stm32_hal_get_capabilities()
Deth_sam_gmac.c1928 ETHERNET_PTP | in eth_sam_gmac_get_capabilities()
/Zephyr-latest/tests/net/ptp/clock/src/
Dmain.c124 return ETHERNET_PTP; in eth_capabilities()
/Zephyr-latest/include/zephyr/net/
Dethernet.h174 ETHERNET_PTP = BIT(8), enumerator
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c582 if (!(caps & ETHERNET_PTP)) { in main()
/Zephyr-latest/subsys/net/lib/shell/
Diface.c49 EC(ETHERNET_PTP, "IEEE 802.1AS gPTP clock"),
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c972 if (!(net_eth_get_hw_capabilities(iface) & ETHERNET_PTP)) { in net_eth_get_ptp_clock()