Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ptp/
Dptp_idt82p33.c366 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_one_byte_write_overhead() argument
376 *overhead_ns = 0; in idt82p33_measure_one_byte_write_overhead()
395 *overhead_ns = div_s64(total_ns, MAX_MEASURMENT_COUNT); in idt82p33_measure_one_byte_write_overhead()
438 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_settime_gettime_gap_overhead() argument
444 *overhead_ns = 0; in idt82p33_measure_settime_gettime_gap_overhead()
454 *overhead_ns = timespec64_to_ns(&ts2) - timespec64_to_ns(&ts1); in idt82p33_measure_settime_gettime_gap_overhead()