Lines Matching defs:mlxsw_sp_port
277 struct mlxsw_sp_port *mlxsw_sp_port; member
304 struct mlxsw_sp_port { struct
306 struct mlxsw_sp_port_pcpu_stats __percpu *pcpu_stats; argument
324 struct mlxsw_sp_port_mapping mapping; /* mapping is constant during the argument
325 * mlxsw_sp_port lifetime, however argument
332 struct mlxsw_sp_port_xstats xstats; argument
336 struct mlxsw_sp_port_vlan *default_vlan; argument
355 struct mlxsw_sp_port_type_speed_ops { argument
365 int (*ptys_max_speed)(struct mlxsw_sp_port *mlxsw_sp_port, u32 *p_max_speed); argument
433 mlxsw_sp_port_is_pause_en(const struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_is_pause_en()
441 struct mlxsw_sp_port *mlxsw_sp_port; in mlxsw_sp_port_lagged_get() local
451 mlxsw_sp_port_vlan_find_by_vid(const struct mlxsw_sp_port *mlxsw_sp_port, in mlxsw_sp_port_vlan_find_by_vid()
673 static inline int mlxsw_sp_port_dcb_init(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_init()
677 static inline void mlxsw_sp_port_dcb_fini(struct mlxsw_sp_port *mlxsw_sp_port) in mlxsw_sp_port_dcb_fini()
838 struct mlxsw_sp_port *mlxsw_sp_port; member