Searched defs:bnxt_ptp_cfg (Results 1 – 1 of 1) sorted by relevance
78 struct bnxt_ptp_cfg { struct79 struct ptp_clock_info ptp_info;80 struct ptp_clock *ptp_clock;81 struct cyclecounter cc;82 struct timecounter tc;83 struct bnxt_pps pps_info;85 spinlock_t ptp_lock;86 struct sk_buff *tx_skb;87 u64 current_time;88 u64 old_time;[all …]