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