Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c198 u64 tstmp, new_thresh; in otx2_ptp_extts_check() local
209 new_thresh = tstmp % 500000000; in otx2_ptp_extts_check()
210 if (ptp->thresh != new_thresh) { in otx2_ptp_extts_check()
212 ptp_set_thresh(ptp, new_thresh); in otx2_ptp_extts_check()
214 ptp->thresh = new_thresh; in otx2_ptp_extts_check()