Lines Matching defs:mlxsw_sp

142 struct mlxsw_sp {  struct
143 struct mlxsw_sp_port **ports; argument
148 struct mlxsw_sp_upper *lags; argument
149 struct mlxsw_sp_port_mapping **port_mapping; argument
150 struct mlxsw_sp_sb *sb; argument
151 struct mlxsw_sp_bridge *bridge; argument
152 struct mlxsw_sp_router *router; argument
153 struct mlxsw_sp_mr *mr; argument
155 struct mlxsw_sp_acl *acl; argument
156 struct mlxsw_sp_fid_core *fid_core; argument
157 struct mlxsw_sp_policer_core *policer_core; argument
158 struct mlxsw_sp_kvdl *kvdl; argument
159 struct mlxsw_sp_nve *nve; argument
161 struct mlxsw_sp_ptp_clock *clock; argument
162 struct mlxsw_sp_ptp_state *ptp_state; argument
163 struct mlxsw_sp_counter_pool *counter_pool; argument
164 struct mlxsw_sp_span *span; argument
165 struct mlxsw_sp_trap *trap; argument
166 const struct mlxsw_sp_kvdl_ops *kvdl_ops; argument
169 const struct mlxsw_sp_mr_tcam_ops *mr_tcam_ops; argument
170 const struct mlxsw_sp_acl_rulei_ops *acl_rulei_ops; argument
171 const struct mlxsw_sp_acl_tcam_ops *acl_tcam_ops; argument
172 const struct mlxsw_sp_nve_ops **nve_ops_arr; argument
173 const struct mlxsw_sp_rif_ops **rif_ops_arr; argument
174 const struct mlxsw_sp_sb_vals *sb_vals; argument
175 const struct mlxsw_sp_sb_ops *sb_ops; argument
176 const struct mlxsw_sp_port_type_speed_ops *port_type_speed_ops; argument
177 const struct mlxsw_sp_ptp_ops *ptp_ops; argument
178 const struct mlxsw_sp_span_ops *span_ops; argument
179 const struct mlxsw_sp_policer_core_ops *policer_core_ops; argument
180 const struct mlxsw_sp_trap_ops *trap_ops; argument
188 (*clock_init)(struct mlxsw_sp *mlxsw_sp, struct device *dev); argument
220 mlxsw_sp_lag_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id) in mlxsw_sp_lag_get()
276 struct mlxsw_sp *mlxsw_sp; member
394 mlxsw_sp_port_lagged_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id, u8 port_index) in mlxsw_sp_port_lagged_get()
756 struct mlxsw_sp *mlxsw_sp; member
948 mlxsw_sp_acl_act_cookie_lookup(struct mlxsw_sp *mlxsw_sp, u32 cookie_index) in mlxsw_sp_acl_act_cookie_lookup()
1258 static inline struct net *mlxsw_sp_net(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp_net()