Searched defs:mlxsw_sp_ptp_ops (Results 1 – 1 of 1) sorted by relevance
208 struct mlxsw_sp_ptp_ops { struct210 (*clock_init)(struct mlxsw_sp *mlxsw_sp, struct device *dev);211 void (*clock_fini)(struct mlxsw_sp_ptp_clock *clock);214 void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);228 int (*hwtstamp_get)(struct mlxsw_sp_port *mlxsw_sp_port,230 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port,232 void (*shaper_work)(struct work_struct *work);233 int (*get_ts_info)(struct mlxsw_sp *mlxsw_sp,235 int (*get_stats_count)(void);236 void (*get_stats_strings)(u8 **p);[all …]
Completed in 13 milliseconds