Searched defs:mlxsw_sp_ptp_ops (Results 1 – 1 of 1) sorted by relevance
186 struct mlxsw_sp_ptp_ops { struct188 (*clock_init)(struct mlxsw_sp *mlxsw_sp, struct device *dev);189 void (*clock_fini)(struct mlxsw_sp_ptp_clock *clock);191 struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);192 void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);197 void (*receive)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,203 void (*transmitted)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,206 int (*hwtstamp_get)(struct mlxsw_sp_port *mlxsw_sp_port,208 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port,210 void (*shaper_work)(struct work_struct *work);[all …]