Searched refs:hw_get_sync_ts (Results 1 – 3 of 3) sorted by relevance
330 int (*hw_get_sync_ts)(struct aq_hw_s *self, u64 *ts); member
1285 if (aq_nic->aq_hw_ops->hw_get_sync_ts) in aq_ptp_get_sync1588_ts()1286 aq_nic->aq_hw_ops->hw_get_sync_ts(aq_nic->aq_hw, &ts); in aq_ptp_get_sync1588_ts()
1707 .hw_get_sync_ts = hw_atl_b0_get_sync_ts,