Searched defs:bnxt_ptp_cfg (Results 1 – 1 of 1) sorted by relevance
98 struct bnxt_ptp_cfg { struct99 struct ptp_clock_info ptp_info;100 struct ptp_clock *ptp_clock;101 struct cyclecounter cc;102 struct timecounter tc;103 struct bnxt_pps pps_info;105 spinlock_t ptp_lock;107 spinlock_t ptp_tx_lock;108 u64 current_time;109 u64 old_time;[all …]