Searched refs:mlx5_clock (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | clock.c | 124 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_getmaxphase() 220 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_getcrosststamp() 265 struct mlx5_clock *clock = container_of(timer, struct mlx5_clock, timer); in read_internal_timer() 300 struct mlx5_clock *clock = container_of(pps_info, struct mlx5_clock, in mlx5_pps_out() 367 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_settime() 404 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_gettimex() 448 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjtime() 472 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjphase() 502 struct mlx5_clock *clock = container_of(ptp, struct mlx5_clock, ptp_info); in mlx5_ptp_adjfine() 825 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/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en.h | 446 struct mlx5_clock *clock; 695 struct mlx5_clock *clock;
|
| /linux/include/linux/mlx5/ |
| A D | driver.h | 727 struct mlx5_clock { struct 820 struct mlx5_clock clock;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | txrx.h | 59 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 22 milliseconds