Searched refs:sync_ts (Results 1 – 1 of 1) sorted by relevance
1330 u64 sync_ts; in aq_ptp_sync_ts_updated() local1332 sync_ts = aq_ptp_get_sync1588_ts(aq_nic); in aq_ptp_sync_ts_updated()1334 if (sync_ts != aq_ptp->last_sync1588_ts) { in aq_ptp_sync_ts_updated()1336 if (sync_ts != sync_ts2) { in aq_ptp_sync_ts_updated()1337 sync_ts = sync_ts2; in aq_ptp_sync_ts_updated()1339 if (sync_ts != sync_ts2) { in aq_ptp_sync_ts_updated()1343 sync_ts = 0; in aq_ptp_sync_ts_updated()1347 *new_ts = sync_ts; in aq_ptp_sync_ts_updated()1356 u64 sync_ts; in aq_ptp_check_sync1588() local1359 if (aq_ptp_sync_ts_updated(aq_ptp, &sync_ts)) { in aq_ptp_check_sync1588()[all …]