Home
last modified time | relevance | path

Searched refs:aq_ptp (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c98 struct aq_ptp_s *aq_ptp = aq_nic->aq_ptp; in aq_ptp_tm_offset_set() local
101 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() argument
225 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() argument
236 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 …]
H A DMakefile36 atlantic-$(CONFIG_PTP_1588_CLOCK) += aq_ptp.o
H A Daq_nic.h164 struct aq_ptp_s *aq_ptp; member
/linux/
H A DMAINTAINERS2031 F: drivers/net/ethernet/aquantia/atlantic/aq_ptp*