Searched refs:spvmlr_pl (Results 1 – 1 of 1) sorted by relevance
310 char *spvmlr_pl; in mlxsw_sp_port_vid_learning_set() local313 spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_learning_set()314 if (!spvmlr_pl) in mlxsw_sp_port_vid_learning_set()316 mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid, in mlxsw_sp_port_vid_learning_set()318 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl); in mlxsw_sp_port_vid_learning_set()319 kfree(spvmlr_pl); in mlxsw_sp_port_vid_learning_set()