Searched refs:hw_timestamp (Results 1 – 3 of 3) sorted by relevance
82 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()
889 static uint64_t hw_timestamp; in mcxw_get_time() local910 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()
619 struct net_stats_eth_hw_timestamp hw_timestamp; member