Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dptp.c346 static int efx_phc_adjtime(struct ptp_clock_info *ptp, s64 delta);
1403 .adjtime = efx_phc_adjtime,
2063 static int efx_phc_adjtime(struct ptp_clock_info *ptp, s64 delta) in efx_phc_adjtime() function
2126 rc = efx_phc_adjtime(ptp, timespec64_to_ns(&delta)); in efx_phc_settime()