Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.h703 int mlxsw_sp_port_kill_vid(struct net_device *dev,
H A Dspectrum.c1135 int mlxsw_sp_port_kill_vid(struct net_device *dev, in mlxsw_sp_port_kill_vid() function
1351 .ndo_vlan_rx_kill_vid = mlxsw_sp_port_kill_vid,
H A Dspectrum_switchdev.c430 err = mlxsw_sp_port_kill_vid(rso->mlxsw_sp_port->dev, 0, vid); in mlxsw_sp_bridge_port_replay_switchdev_objs()