Home
last modified time | relevance | path

Searched refs:hw_timestamp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Dstats.c82 data->hw_timestamp.rx_hwtstamp_cleared, in print_eth_stats()
83 data->hw_timestamp.tx_hwtstamp_timeouts, in print_eth_stats()
84 data->hw_timestamp.tx_hwtstamp_skipped); in print_eth_stats()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c889 static uint64_t hw_timestamp; in mcxw_get_time() local
910 if (hw_timestamp > hw_timestamp_new) { in mcxw_get_time()
915 increment = (hw_timestamp_new + wrapped_val) - hw_timestamp; in mcxw_get_time()
919 hw_timestamp = hw_timestamp_new; in mcxw_get_time()
/Zephyr-latest/include/zephyr/net/
Dnet_stats.h619 struct net_stats_eth_hw_timestamp hw_timestamp; member