Searched refs:spvm_pl (Results 1 – 1 of 1) sorted by relevance
484 char *spvm_pl; in mlxsw_sp_port_vlan_set() local487 spvm_pl = kmalloc(MLXSW_REG_SPVM_LEN, GFP_KERNEL); in mlxsw_sp_port_vlan_set()488 if (!spvm_pl) in mlxsw_sp_port_vlan_set()491 mlxsw_reg_spvm_pack(spvm_pl, mlxsw_sp_port->local_port, vid_begin, in mlxsw_sp_port_vlan_set()493 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvm), spvm_pl); in mlxsw_sp_port_vlan_set()494 kfree(spvm_pl); in mlxsw_sp_port_vlan_set()