Searched refs:aq_ptp (Results 1 – 4 of 4) sorted by relevance
98 struct aq_ptp_s *aq_ptp = aq_nic->aq_ptp; in aq_ptp_tm_offset_set() local101 if (!aq_ptp) in aq_ptp_tm_offset_set()115 atomic_set(&aq_ptp->offset_egress, egress); in aq_ptp_tm_offset_set()116 atomic_set(&aq_ptp->offset_ingress, ingress); in aq_ptp_tm_offset_set()223 static void aq_ptp_tx_timeout_start(struct aq_ptp_s *aq_ptp) in aq_ptp_tx_timeout_start() argument225 struct ptp_tx_timeout *timeout = &aq_ptp->ptp_tx_timeout; 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() argument236 if (!aq_ptp_skb_buf_len(&aq_ptp->skb_ring)) { in aq_ptp_tx_timeout_update()237 struct ptp_tx_timeout *timeout = &aq_ptp->ptp_tx_timeout; 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() argument[all …]
36 atlantic-$(CONFIG_PTP_1588_CLOCK) += aq_ptp.o
164 struct aq_ptp_s *aq_ptp; member
2031 F: drivers/net/ethernet/aquantia/atlantic/aq_ptp*