Searched refs:mlx5_clock (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | clock.c | 129 struct mlx5_clock *clock = container_of(timer, struct mlx5_clock, timer); in read_internal_timer() 139 struct mlx5_clock *clock = &mdev->clock; in mlx5_update_clock_info_page() 164 struct mlx5_clock *clock = container_of(pps_info, struct mlx5_clock, in mlx5_pps_out() 194 struct mlx5_clock *clock; in mlx5_timestamp_overflow() 198 clock = container_of(timer, struct mlx5_clock, timer); in mlx5_timestamp_overflow() 229 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_settime() 263 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_gettimex() 310 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjtime() 344 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjfreq() 381 struct mlx5_clock *clock = in mlx5_extts_configure() [all …]
|
D | clock.h | 54 typedef ktime_t (*cqe_ts_to_ns)(struct mlx5_clock *, u64); 65 static inline ktime_t mlx5_timecounter_cyc2time(struct mlx5_clock *clock, in mlx5_timecounter_cyc2time() 82 static inline ktime_t mlx5_real_time_cyc2time(struct mlx5_clock *clock, in mlx5_real_time_cyc2time() 97 static inline ktime_t mlx5_timecounter_cyc2time(struct mlx5_clock *clock, in mlx5_timecounter_cyc2time() 103 static inline ktime_t mlx5_real_time_cyc2time(struct mlx5_clock *clock, in mlx5_real_time_cyc2time()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 38 ktime_t mlx5e_cqe_ts_to_ns(cqe_ts_to_ns func, struct mlx5_clock *clock, u64 cqe_ts) in mlx5e_cqe_ts_to_ns()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 452 struct mlx5_clock *clock; 731 struct mlx5_clock *clock;
|
/linux-6.1.9/include/linux/mlx5/ |
D | driver.h | 713 struct mlx5_clock { struct 800 struct mlx5_clock clock;
|