Searched refs:spvmlr_pl (Results 1 – 1 of 1) sorted by relevance
379 char *spvmlr_pl; in mlxsw_sp_port_vid_learning_set() local382 spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_learning_set()383 if (!spvmlr_pl) in mlxsw_sp_port_vid_learning_set()385 mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid, in mlxsw_sp_port_vid_learning_set()387 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl); in mlxsw_sp_port_vid_learning_set()388 kfree(spvmlr_pl); in mlxsw_sp_port_vid_learning_set()