Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dptp.c351 static int efx_phc_adjtime(struct ptp_clock_info *ptp, s64 delta);
1433 .adjtime = efx_phc_adjtime,
2093 static int efx_phc_adjtime(struct ptp_clock_info *ptp, s64 delta) in efx_phc_adjtime() function
2156 rc = efx_phc_adjtime(ptp, timespec64_to_ns(&delta)); in efx_phc_settime()