Home
last modified time | relevance | path

Searched defs:mlx5_clock (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mlx5/
Ddriver.h647 struct mlx5_clock { struct
648 struct mlx5_nb pps_nb;
649 seqlock_t lock;
650 struct cyclecounter cycles;
651 struct timecounter tc;
652 struct hwtstamp_config hwtstamp_config;
653 u32 nominal_c_mult;
654 unsigned long overflow_period;
655 struct delayed_work overflow_work;
656 struct ptp_clock *ptp;
[all …]
/kernel/linux/linux-4.19/include/linux/mlx5/
Ddriver.h805 struct mlx5_clock { struct
806 rwlock_t lock;
807 struct cyclecounter cycles;
808 struct timecounter tc;
809 struct hwtstamp_config hwtstamp_config;
810 u32 nominal_c_mult;
811 unsigned long overflow_period;
812 struct delayed_work overflow_work;
813 struct mlx5_core_dev *mdev;
814 struct ptp_clock *ptp;
[all …]