Searched refs:mlx5_clock (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | clock.c | 152 struct mlx5_clock *clock = container_of(timer, struct mlx5_clock, timer); in read_internal_timer() 187 struct mlx5_clock *clock = container_of(pps_info, struct mlx5_clock, in mlx5_pps_out() 217 struct mlx5_clock *clock; in mlx5_timestamp_overflow() 252 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_settime() 286 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_gettimex() 333 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjtime() 354 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjphase() 388 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjfine() 416 struct mlx5_clock *clock = in mlx5_extts_configure() 709 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, in mlx5_ptp_verify() [all …]
|
A 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.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en.h | 454 struct mlx5_clock *clock; 735 struct mlx5_clock *clock;
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | driver.h | 719 struct mlx5_clock { struct 805 struct mlx5_clock clock;
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A 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()
|
Completed in 21 milliseconds