Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c903 char *spvm_pl; in __mlxsw_sp_port_vlan_set() local
906 spvm_pl = kmalloc(MLXSW_REG_SPVM_LEN, GFP_KERNEL); in __mlxsw_sp_port_vlan_set()
907 if (!spvm_pl) in __mlxsw_sp_port_vlan_set()
910 mlxsw_reg_spvm_pack(spvm_pl, mlxsw_sp_port->local_port, vid_begin, in __mlxsw_sp_port_vlan_set()
912 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvm), spvm_pl); in __mlxsw_sp_port_vlan_set()
913 kfree(spvm_pl); in __mlxsw_sp_port_vlan_set()