Home
last modified time | relevance | path

Searched refs:sync_timestamp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c550 u32 sync_timestamp; in efx_ptp_mac_nic_to_ktime_correction() local
575 sync_timestamp = last_sync_timestamp_major(efx); in efx_ptp_mac_nic_to_ktime_correction()
583 delta = nic_major - sync_timestamp; in efx_ptp_mac_nic_to_ktime_correction()
588 nic_major = sync_timestamp + delta; in efx_ptp_mac_nic_to_ktime_correction()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c563 u32 sync_timestamp; in efx_ptp_mac_nic_to_ktime_correction() local
588 sync_timestamp = last_sync_timestamp_major(efx); in efx_ptp_mac_nic_to_ktime_correction()
596 delta = nic_major - sync_timestamp; in efx_ptp_mac_nic_to_ktime_correction()
601 nic_major = sync_timestamp + delta; in efx_ptp_mac_nic_to_ktime_correction()