spvm_pl          1196 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	char *spvm_pl;
spvm_pl          1199 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	spvm_pl = kmalloc(MLXSW_REG_SPVM_LEN, GFP_KERNEL);
spvm_pl          1200 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	if (!spvm_pl)
spvm_pl          1203 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	mlxsw_reg_spvm_pack(spvm_pl, mlxsw_sp_port->local_port,	vid_begin,
spvm_pl          1205 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvm), spvm_pl);
spvm_pl          1206 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	kfree(spvm_pl);