Home
last modified time | relevance | path

Searched refs:mlxsw_sp_port_vlan_create (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.h696 mlxsw_sp_port_vlan_create(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid);
Dspectrum.c1061 mlxsw_sp_port_vlan_create(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid) in mlxsw_sp_port_vlan_create() function
1114 return PTR_ERR_OR_ZERO(mlxsw_sp_port_vlan_create(mlxsw_sp_port, vid)); in mlxsw_sp_port_add_vid()
1803 mlxsw_sp_port_vlan = mlxsw_sp_port_vlan_create(mlxsw_sp_port, in mlxsw_sp_port_create()
Dspectrum_switchdev.c1425 mlxsw_sp_port_vlan = mlxsw_sp_port_vlan_create(mlxsw_sp_port, in mlxsw_sp_bridge_port_vlan_add()