Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c469 struct ptp_clock_event ptp_event; in mlx5_pps_event() local
479 ptp_event.index = pin; in mlx5_pps_event()
480 ptp_event.timestamp = timecounter_cyc2time(&clock->tc, in mlx5_pps_event()
483 ptp_event.type = PTP_CLOCK_PPSUSR; in mlx5_pps_event()
484 ptp_event.pps_times.ts_real = in mlx5_pps_event()
485 ns_to_timespec64(ptp_event.timestamp); in mlx5_pps_event()
487 ptp_event.type = PTP_CLOCK_EXTTS; in mlx5_pps_event()
490 ptp_clock_event(clock->ptp, &ptp_event); in mlx5_pps_event()