Symbol: mlxsw_sp_ptp_state
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
128
struct mlxsw_sp_ptp_state;
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
181
struct mlxsw_sp_ptp_state *ptp_state;
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
220
struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);
drivers/net/ethernet/mellanox/mlxsw/spectrum.h
221
void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1026
struct mlxsw_sp_ptp_state *mlxsw_sp1_ptp_init(struct mlxsw_sp *mlxsw_sp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1069
void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state_common)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1352
struct mlxsw_sp_ptp_state *mlxsw_sp2_ptp_init(struct mlxsw_sp *mlxsw_sp)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
1380
void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state_common)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
37
struct mlxsw_sp_ptp_state common;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c
45
struct mlxsw_sp_ptp_state common;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
163
static inline struct mlxsw_sp_ptp_state *
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
169
static inline void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state)
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
21
struct mlxsw_sp_ptp_state *mlxsw_sp1_ptp_init(struct mlxsw_sp *mlxsw_sp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
23
void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
58
struct mlxsw_sp_ptp_state *mlxsw_sp2_ptp_init(struct mlxsw_sp *mlxsw_sp);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
60
void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state);
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
90
static inline struct mlxsw_sp_ptp_state *
drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.h
96
static inline void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state)