Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c1360 struct ptp_clock_event ptp_evt; in efx_ptp_pps_worker() local
1365 ptp_evt.type = PTP_CLOCK_PPSUSR; in efx_ptp_pps_worker()
1366 ptp_evt.pps_times = ptp->host_time_pps; in efx_ptp_pps_worker()
1367 ptp_clock_event(ptp->phc_clock, &ptp_evt); in efx_ptp_pps_worker()