Searched refs:sync_ts (Results 1 – 1 of 1) sorted by relevance
1329 u64 sync_ts; in aq_ptp_sync_ts_updated() local1331 sync_ts = aq_ptp_get_sync1588_ts(aq_nic); in aq_ptp_sync_ts_updated()1333 if (sync_ts != aq_ptp->last_sync1588_ts) { in aq_ptp_sync_ts_updated()1335 if (sync_ts != sync_ts2) { in aq_ptp_sync_ts_updated()1336 sync_ts = sync_ts2; in aq_ptp_sync_ts_updated()1338 if (sync_ts != sync_ts2) { in aq_ptp_sync_ts_updated()1342 sync_ts = 0; in aq_ptp_sync_ts_updated()1346 *new_ts = sync_ts; in aq_ptp_sync_ts_updated()1355 u64 sync_ts; in aq_ptp_check_sync1588() local1358 if (aq_ptp_sync_ts_updated(aq_ptp, &sync_ts)) { in aq_ptp_check_sync1588()[all …]