Lines Matching refs:spms_pl
245 char *spms_pl; in mlxsw_sp_port_vid_stp_set() local
248 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_stp_set()
249 if (!spms_pl) in mlxsw_sp_port_vid_stp_set()
251 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_vid_stp_set()
252 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_vid_stp_set()
254 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_vid_stp_set()
255 kfree(spms_pl); in mlxsw_sp_port_vid_stp_set()
4560 char *spms_pl; in mlxsw_sp_port_stp_set() local
4567 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_stp_set()
4568 if (!spms_pl) in mlxsw_sp_port_stp_set()
4570 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_stp_set()
4573 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_stp_set()
4575 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_stp_set()
4576 kfree(spms_pl); in mlxsw_sp_port_stp_set()