Searched refs:aq_ptp_s (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 52 struct aq_ptp_s { struct 98 struct aq_ptp_s *aq_ptp = aq_nic->aq_ptp; in aq_ptp_tm_offset_set() argument 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() 299 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_adjtime() 319 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_gettime() 343 struct aq_ptp_s *aq_ptp = container_of(ptp, struct aq_ptp_s, ptp_info); in aq_ptp_settime() 358 static void aq_ptp_convert_to_hwtstamp(struct aq_ptp_s *aq_ptp, in aq_ptp_convert_to_hwtstamp() [all …]
|
H A D | aq_ptp.h | 62 void aq_ptp_hwtstamp_config_get(struct aq_ptp_s *aq_ptp, 64 int aq_ptp_hwtstamp_config_set(struct aq_ptp_s *aq_ptp, 73 struct ptp_clock *aq_ptp_get_ptp_clock(struct aq_ptp_s *aq_ptp); 132 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()
|
H A D | aq_nic.h | 26 struct aq_ptp_s; 164 struct aq_ptp_s *aq_ptp;
|