Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c456 char *spvmlr_pl; in mlxsw_sp_port_vid_learning_set() local
459 spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_learning_set()
460 if (!spvmlr_pl) in mlxsw_sp_port_vid_learning_set()
462 mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid, in mlxsw_sp_port_vid_learning_set()
464 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl); in mlxsw_sp_port_vid_learning_set()
465 kfree(spvmlr_pl); in mlxsw_sp_port_vid_learning_set()