Searched refs:mlxsw_sp_port_pvid_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1155 err = mlxsw_sp_port_pvid_set(mlxsw_sp_port, pvid); in mlxsw_sp_bridge_port_vlan_add() 1167 mlxsw_sp_port_pvid_set(mlxsw_sp_port, old_pvid); in mlxsw_sp_bridge_port_vlan_add() 1827 mlxsw_sp_port_pvid_set(mlxsw_sp_port, pvid); in mlxsw_sp_bridge_port_vlan_del() 1998 mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID); in mlxsw_sp_bridge_8021q_port_leave()
|
H A D | spectrum.c | 407 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid) in mlxsw_sp_port_pvid_set() function 1578 err = mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID); in mlxsw_sp_port_create() 3626 mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID); in mlxsw_sp_port_lag_leave()
|
H A D | spectrum.h | 597 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1546 err = mlxsw_sp_port_pvid_set(mlxsw_sp_port, pvid, proto); in mlxsw_sp_bridge_port_vlan_add() 1558 mlxsw_sp_port_pvid_set(mlxsw_sp_port, old_pvid, proto); in mlxsw_sp_bridge_port_vlan_add() 2302 mlxsw_sp_port_pvid_set(mlxsw_sp_port, pvid, proto); in mlxsw_sp_bridge_port_vlan_del() 2496 mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID, in mlxsw_sp_bridge_vlan_aware_port_leave()
|
H A D | spectrum.c | 547 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid, in mlxsw_sp_port_pvid_set() function 1804 err = mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID, in mlxsw_sp_port_create() 4508 mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID, in mlxsw_sp_port_lag_leave()
|
H A D | spectrum.h | 698 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid,
|
Completed in 31 milliseconds