Searched defs:sja1105_ptp_data (Results 1 – 1 of 1) sorted by relevance
76 struct sja1105_ptp_data { struct77 struct timer_list extts_timer;79 struct sk_buff_head skb_rxtstamp_queue;83 struct sk_buff_head skb_txtstamp_queue;84 struct ptp_clock_info caps;85 struct ptp_clock *clock;86 struct sja1105_ptp_cmd cmd;88 struct mutex lock;89 bool extts_enabled;90 u64 ptpsyncts;[all …]