Searched refs:spvmlr_pl (Results 1 – 1 of 1) sorted by relevance
337 char *spvmlr_pl; in mlxsw_sp_port_vid_learning_set() local 340 spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_learning_set() 341 if (!spvmlr_pl) in mlxsw_sp_port_vid_learning_set() 343 mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid, in mlxsw_sp_port_vid_learning_set() 345 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl); in mlxsw_sp_port_vid_learning_set() 346 kfree(spvmlr_pl); in mlxsw_sp_port_vid_learning_set()