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

/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c1490 struct ptp_clock_event ptp_evt; local
1495 ptp_evt.type = PTP_CLOCK_PPSUSR;
1496 ptp_evt.pps_times = ptp->host_time_pps;
1497 ptp_clock_event(ptp->phc_clock, &ptp_evt);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c1387 struct ptp_clock_event ptp_evt; local
1392 ptp_evt.type = PTP_CLOCK_PPSUSR;
1393 ptp_evt.pps_times = ptp->host_time_pps;
1394 ptp_clock_event(ptp->phc_clock, &ptp_evt);

Completed in 121 milliseconds