Home
last modified time | relevance | path

Searched defs:aq_ptp (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_ptp.c98 struct aq_ptp_s *aq_ptp = aq_nic->aq_ptp; in aq_ptp_tm_offset_set() local
223 static void aq_ptp_tx_timeout_start(struct aq_ptp_s *aq_ptp) in aq_ptp_tx_timeout_start()
234 static void aq_ptp_tx_timeout_update(struct aq_ptp_s *aq_ptp) in aq_ptp_tx_timeout_update()
246 static void aq_ptp_tx_timeout_check(struct aq_ptp_s *aq_ptp) in aq_ptp_tx_timeout_check()
280 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_adjfine() local
299 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_adjtime() local
319 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_gettime() local
343 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_settime() local
358 static void aq_ptp_convert_to_hwtstamp(struct aq_ptp_s *aq_ptp, in aq_ptp_convert_to_hwtstamp()
392 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_perout_pin_configure() local
[all …]
Daq_ptp.h132 static inline void aq_ptp_hwtstamp_config_get(struct aq_ptp_s *aq_ptp, in aq_ptp_hwtstamp_config_get()
134 static inline int aq_ptp_hwtstamp_config_set(struct aq_ptp_s *aq_ptp, in aq_ptp_hwtstamp_config_set()
152 static inline struct ptp_clock *aq_ptp_get_ptp_clock(struct aq_ptp_s *aq_ptp) in aq_ptp_get_ptp_clock()
Daq_nic.h164 struct aq_ptp_s *aq_ptp; member