Lines Matching defs:mlxsw_sp_port
290 struct mlxsw_sp_port *mlxsw_sp_port; member
318 struct mlxsw_sp_port { struct
320 struct mlxsw_sp_port_pcpu_stats __percpu *pcpu_stats; argument
338 struct mlxsw_sp_port_mapping mapping; /* mapping is constant during the argument
339 * mlxsw_sp_port lifetime, however argument
346 struct mlxsw_sp_port_xstats xstats; argument
350 struct mlxsw_sp_port_vlan *default_vlan; argument
368 struct mlxsw_sp_port_type_speed_ops { argument
378 int (*ptys_max_speed)(struct mlxsw_sp_port *mlxsw_sp_port, u32 *p_max_speed); argument
471 mlxsw_sp_port_is_pause_en(const struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_is_pause_en()
479 struct mlxsw_sp_port *mlxsw_sp_port; in mlxsw_sp_port_lagged_get() local
489 mlxsw_sp_port_vlan_find_by_vid(const struct mlxsw_sp_port *mlxsw_sp_port, in mlxsw_sp_port_vlan_find_by_vid()
729 static inline int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_init()
733 static inline void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_fini()
903 struct mlxsw_sp_port *mlxsw_sp_port; member