Searched refs:sync_receipt_time (Results 1 – 3 of 3) sorted by relevance
696 uint64_t sync_receipt_time; in gptp_mi_clk_slave_sync_compute() local705 sync_receipt_time = port_ds->neighbor_prop_delay; in gptp_mi_clk_slave_sync_compute()706 sync_receipt_time *= pss->rate_ratio; in gptp_mi_clk_slave_sync_compute()707 sync_receipt_time /= port_ds->neighbor_rate_ratio; in gptp_mi_clk_slave_sync_compute()708 sync_receipt_time += pss->follow_up_correction_field; in gptp_mi_clk_slave_sync_compute()709 sync_receipt_time += port_ds->delay_asymmetry; in gptp_mi_clk_slave_sync_compute()711 global_ds->sync_receipt_time.second = sync_receipt_time / NSEC_PER_SEC; in gptp_mi_clk_slave_sync_compute()712 global_ds->sync_receipt_time.fract_nsecond = in gptp_mi_clk_slave_sync_compute()713 (sync_receipt_time % NSEC_PER_SEC) * GPTP_POW2_16; in gptp_mi_clk_slave_sync_compute()714 global_ds->sync_receipt_time.second += pss->precise_orig_ts.second; in gptp_mi_clk_slave_sync_compute()[all …]
186 struct net_ptp_extended_time sync_receipt_time; member
1796 * :github:`42800` - gptp_mi neighbor_prop_delay is not included in sync_receipt_time calculation du…