Home
last modified time | relevance | path

Searched defs:mlxsw_sp2_ptp_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c43 struct mlxsw_sp2_ptp_state { struct
44 struct mlxsw_sp_ptp_state common;
45 refcount_t ptp_port_enabled_ref; /* Number of ports with time stamping
48 struct hwtstamp_config config;
49 struct mutex lock; /* Protects 'config' and HW configuration. */
99 mlxsw_sp2_ptp_state(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp2_ptp_state() function