Searched refs:test_ts (Results 1 – 2 of 2) sorted by relevance
328 VOID calibrate_timestamp(TEST_TIMESTAMP *test_ts, NX_PTP_TIME *ts) in calibrate_timestamp() argument355 if ((test_ts -> follow_up.second_high == 0) && in calibrate_timestamp()356 (test_ts -> follow_up.second_low == 0) && in calibrate_timestamp()357 (test_ts -> follow_up.nanosecond == 0)) in calibrate_timestamp()361 t1 = &test_ts -> sync; in calibrate_timestamp()367 t1 = &test_ts -> follow_up; in calibrate_timestamp()370 …ts -> second_high = (test_ts -> delay_response.second_high + test_ts -> delay_request.second_high)… in calibrate_timestamp()371 (test_ts -> sync_received.second_high - t1 -> second_high); in calibrate_timestamp()382 …second_low = carry + ((ULONG64)test_ts -> delay_response.second_low + (ULONG64)test_ts -> delay_re… in calibrate_timestamp()383 ((ULONG64)test_ts -> sync_received.second_low - (ULONG64)t1 -> second_low); in calibrate_timestamp()[all …]
64 VOID calibrate_timestamp(TEST_TIMESTAMP *test_ts, NX_PTP_TIME *ts);