Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h330 int (*hw_get_sync_ts)(struct aq_hw_s *self, u64 *ts); member
H A Daq_ptp.c1285 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()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1707 .hw_get_sync_ts = hw_atl_b0_get_sync_ts,