Searched defs:mlx5_clock (Results 1 – 1 of 1) sorted by relevance
650 struct mlx5_clock { struct651 struct mlx5_core_dev *mdev;652 struct mlx5_nb pps_nb;653 seqlock_t lock;654 struct cyclecounter cycles;655 struct timecounter tc;656 struct hwtstamp_config hwtstamp_config;657 u32 nominal_c_mult;658 unsigned long overflow_period;659 struct delayed_work overflow_work;[all …]