Lines Matching defs:mlxsw_sp_port_vlan
285 struct mlxsw_sp_port_vlan {
348 struct mlxsw_sp_port_vlan *default_vlan;
485 static inline struct mlxsw_sp_port_vlan *
489 struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan;
491 list_for_each_entry(mlxsw_sp_port_vlan, &mlxsw_sp_port->vlans_list,
493 if (mlxsw_sp_port_vlan->vid == vid)
494 return mlxsw_sp_port_vlan;
653 mlxsw_sp_port_vlan_bridge_leave(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan);
698 struct mlxsw_sp_port_vlan *
700 void mlxsw_sp_port_vlan_destroy(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan);
755 mlxsw_sp_port_vlan_router_leave(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan);