Home
last modified time | relevance | path

Searched refs:hw_get_ptp_ts (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c325 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &ns); in aq_ptp_gettime()
350 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &now); in aq_ptp_settime()
439 aq_nic->aq_hw_ops->hw_get_ptp_ts(aq_nic->aq_hw, &start); in aq_ptp_pps_pin_configure()
1167 if (!aq_nic->aq_hw_ops->hw_get_ptp_ts) { in aq_ptp_init()
H A Daq_hw.h316 void (*hw_get_ptp_ts)(struct aq_hw_s *self, u64 *stamp); member