Searched refs:spvmlr_pl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 374 char *spvmlr_pl; in mlxsw_sp_port_vid_learning_set() local 377 spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_learning_set() 378 if (!spvmlr_pl) in mlxsw_sp_port_vid_learning_set() 380 mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid, in mlxsw_sp_port_vid_learning_set() 382 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl); in mlxsw_sp_port_vid_learning_set() 383 kfree(spvmlr_pl); in mlxsw_sp_port_vid_learning_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 456 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()
|
Completed in 12 milliseconds