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.c44 struct mlxsw_sp2_ptp_state { struct
45 struct mlxsw_sp_ptp_state common;
46 refcount_t ptp_port_enabled_ref; /* Number of ports with time stamping
49 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