Lines Matching defs:mlxsw_sp
120 struct mlxsw_sp { struct
121 struct mlxsw_sp_port **ports; argument
125 struct mlxsw_sp_upper *lags; argument
127 struct mlxsw_sp_sb *sb; argument
128 struct mlxsw_sp_bridge *bridge; argument
129 struct mlxsw_sp_router *router; argument
130 struct mlxsw_sp_mr *mr; argument
132 struct mlxsw_sp_acl *acl; argument
133 struct mlxsw_sp_fid_core *fid_core; argument
134 struct mlxsw_sp_kvdl *kvdl; argument
137 struct mlxsw_sp_counter_pool *counter_pool; argument
144 const struct mlxsw_sp_kvdl_ops *kvdl_ops; argument
147 const struct mlxsw_sp_mr_tcam_ops *mr_tcam_ops; argument
148 const struct mlxsw_sp_acl_tcam_ops *acl_tcam_ops; argument
152 mlxsw_sp_lag_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id) in mlxsw_sp_lag_get()
199 struct mlxsw_sp *mlxsw_sp; member
245 mlxsw_sp_port_lagged_get(struct mlxsw_sp *mlxsw_sp, u16 lag_id, u8 port_index) in mlxsw_sp_port_lagged_get()