lan966x_ptp_gettime64
int lan966x_ptp_gettime64(struct ptp_clock_info *ptp, struct timespec64 *ts);
lan966x_ptp_gettime64(&phc->info, &ts);
lan966x_ptp_gettime64(ptp, &ts);
.gettime64 = lan966x_ptp_gettime64,
lan966x_ptp_gettime64(&lan966x->phc[LAN966X_PHC_PORT].info, &ts);