Searched refs:sync_receipt_time (Results 1 – 3 of 3) sorted by relevance
705 uint64_t sync_receipt_time; in gptp_mi_clk_slave_sync_compute() local714 sync_receipt_time = port_ds->neighbor_prop_delay; in gptp_mi_clk_slave_sync_compute()715 sync_receipt_time *= pss->rate_ratio; in gptp_mi_clk_slave_sync_compute()716 sync_receipt_time /= port_ds->neighbor_rate_ratio; in gptp_mi_clk_slave_sync_compute()717 sync_receipt_time += pss->follow_up_correction_field; in gptp_mi_clk_slave_sync_compute()718 sync_receipt_time += port_ds->delay_asymmetry; in gptp_mi_clk_slave_sync_compute()720 global_ds->sync_receipt_time.second = sync_receipt_time / NSEC_PER_SEC; in gptp_mi_clk_slave_sync_compute()721 global_ds->sync_receipt_time.fract_nsecond = in gptp_mi_clk_slave_sync_compute()722 (sync_receipt_time % NSEC_PER_SEC) * GPTP_POW2_16; in gptp_mi_clk_slave_sync_compute()723 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…