Lines Matching refs:spms_pl
267 char *spms_pl; in mlxsw_sp_port_vid_stp_set() local
270 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_stp_set()
271 if (!spms_pl) in mlxsw_sp_port_vid_stp_set()
273 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_vid_stp_set()
274 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_vid_stp_set()
276 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_vid_stp_set()
277 kfree(spms_pl); in mlxsw_sp_port_vid_stp_set()
4010 char *spms_pl; in mlxsw_sp_port_stp_set() local
4017 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_stp_set()
4018 if (!spms_pl) in mlxsw_sp_port_stp_set()
4020 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_stp_set()
4023 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_stp_set()
4025 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_stp_set()
4026 kfree(spms_pl); in mlxsw_sp_port_stp_set()