Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c299 u64 tstmp, new_thresh; in otx2_ptp_extts_check() local
310 new_thresh = tstmp % 500000000; in otx2_ptp_extts_check()
311 if (ptp->thresh != new_thresh) { in otx2_ptp_extts_check()
313 ptp_set_thresh(ptp, new_thresh); in otx2_ptp_extts_check()
315 ptp->thresh = new_thresh; in otx2_ptp_extts_check()