Home
last modified time | relevance | path

Searched refs:spvmlr_pl (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c670 char *spvmlr_pl; in mlxsw_sp_port_vid_learning_set() local
673 spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_learning_set()
674 if (!spvmlr_pl) in mlxsw_sp_port_vid_learning_set()
676 mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid, in mlxsw_sp_port_vid_learning_set()
678 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl); in mlxsw_sp_port_vid_learning_set()
679 kfree(spvmlr_pl); in mlxsw_sp_port_vid_learning_set()