Searched defs:mlxsw_sp_ptp_ops (Results 1 – 1 of 1) sorted by relevance
217 struct mlxsw_sp_ptp_ops { struct219 (*clock_init)(struct mlxsw_sp *mlxsw_sp, struct device *dev);220 void (*clock_fini)(struct mlxsw_sp_ptp_clock *clock);222 struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);223 void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);228 void (*receive)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,234 void (*transmitted)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,237 int (*hwtstamp_get)(struct mlxsw_sp_port *mlxsw_sp_port,239 int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port,241 void (*shaper_work)(struct work_struct *work);[all …]