Lines Matching defs:mlxsw_sp_port
246 struct mlxsw_sp_port *mlxsw_sp_port; member
273 struct mlxsw_sp_port { struct
275 struct mlxsw_sp_port_pcpu_stats __percpu *pcpu_stats; argument
293 struct mlxsw_sp_port_mapping mapping; /* mapping is constant during the argument
294 * mlxsw_sp_port lifetime, however argument
301 struct mlxsw_sp_port_xstats xstats; argument
304 struct mlxsw_sp_port_sample __rcu *sample; argument
306 struct mlxsw_sp_port_vlan *default_vlan; argument
325 struct mlxsw_sp_port_type_speed_ops { argument
335 int (*ptys_max_speed)(struct mlxsw_sp_port *mlxsw_sp_port, u32 *p_max_speed); argument
388 mlxsw_sp_port_is_pause_en(const struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_is_pause_en()
396 struct mlxsw_sp_port *mlxsw_sp_port; in mlxsw_sp_port_lagged_get() local
406 mlxsw_sp_port_vlan_find_by_vid(const struct mlxsw_sp_port *mlxsw_sp_port, in mlxsw_sp_port_vlan_find_by_vid()
607 static inline int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_init()
611 static inline void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_fini()
768 struct mlxsw_sp_port *mlxsw_sp_port; member