Searched defs:mlxsw_sp2_ptp_state (Results 1 – 1 of 1) sorted by relevance
44 struct mlxsw_sp2_ptp_state { struct45 struct mlxsw_sp_ptp_state common;46 refcount_t ptp_port_enabled_ref; /* Number of ports with time stamping49 struct hwtstamp_config config;50 struct mutex lock; /* Protects 'config' and HW configuration. */100 mlxsw_sp2_ptp_state(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp2_ptp_state() function