Home
last modified time | relevance | path

Searched refs:mlxsw_sp_ptp_state (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.h29 struct mlxsw_sp_ptp_state *mlxsw_sp1_ptp_init(struct mlxsw_sp *mlxsw_sp);
31 void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state);
70 struct mlxsw_sp_ptp_state *mlxsw_sp2_ptp_init(struct mlxsw_sp *mlxsw_sp);
72 void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state);
106 static inline struct mlxsw_sp_ptp_state *
112 static inline void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state) in mlxsw_sp1_ptp_fini()
193 static inline struct mlxsw_sp_ptp_state *
199 static inline void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state) in mlxsw_sp2_ptp_fini()
H A Dspectrum_ptp.c31 struct mlxsw_sp_ptp_state { struct
36 struct mlxsw_sp_ptp_state common;
44 struct mlxsw_sp_ptp_state common;
1025 struct mlxsw_sp_ptp_state *mlxsw_sp1_ptp_init(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp1_ptp_init()
1068 void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state_common) in mlxsw_sp1_ptp_fini()
1350 struct mlxsw_sp_ptp_state *mlxsw_sp2_ptp_init(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp2_ptp_init()
1374 void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state_common) in mlxsw_sp2_ptp_fini()
H A Dspectrum.h133 struct mlxsw_sp_ptp_state;
184 struct mlxsw_sp_ptp_state *ptp_state;
222 struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);
223 void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.h36 struct mlxsw_sp_ptp_state *mlxsw_sp1_ptp_init(struct mlxsw_sp *mlxsw_sp);
38 void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state);
79 static inline struct mlxsw_sp_ptp_state *
85 static inline void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state) in mlxsw_sp1_ptp_fini()
158 static inline struct mlxsw_sp_ptp_state *
164 static inline void mlxsw_sp2_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state) in mlxsw_sp2_ptp_fini()
H A Dspectrum_ptp.c30 struct mlxsw_sp_ptp_state { struct
351 struct mlxsw_sp_ptp_state *ptp_state = mlxsw_sp->ptp_state; in mlxsw_sp1_ptp_unmatched_save()
615 mlxsw_sp1_ptp_ht_gc_collect(struct mlxsw_sp_ptp_state *ptp_state, in mlxsw_sp1_ptp_ht_gc_collect()
667 struct mlxsw_sp_ptp_state *ptp_state; in mlxsw_sp1_ptp_ht_gc()
672 ptp_state = container_of(dwork, struct mlxsw_sp_ptp_state, ht_gc_dw); in mlxsw_sp1_ptp_ht_gc()
811 struct mlxsw_sp_ptp_state *mlxsw_sp1_ptp_init(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp1_ptp_init()
813 struct mlxsw_sp_ptp_state *ptp_state; in mlxsw_sp1_ptp_init()
870 void mlxsw_sp1_ptp_fini(struct mlxsw_sp_ptp_state *ptp_state) in mlxsw_sp1_ptp_fini()
H A Dspectrum.h132 struct mlxsw_sp_ptp_state;
163 struct mlxsw_sp_ptp_state *ptp_state;
192 struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);
193 void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);

Completed in 10 milliseconds