Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.c119 ktime_t curr_ts = ktime_get(); in ptp_reset_thresh() local
124 delta_ns = ktime_to_ns(ktime_sub(curr_ts, ptp->last_ts)); in ptp_reset_thresh()
139 ptp->last_ts = curr_ts; in ptp_reset_thresh()