Searched refs:spms_pl (Results 1 – 1 of 1) sorted by relevance
349 char *spms_pl; in mlxsw_sp_port_vid_stp_set() local352 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_stp_set()353 if (!spms_pl) in mlxsw_sp_port_vid_stp_set()355 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_vid_stp_set()356 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_vid_stp_set()358 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_vid_stp_set()359 kfree(spms_pl); in mlxsw_sp_port_vid_stp_set()4673 char *spms_pl; in mlxsw_sp_port_stp_set() local4680 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_stp_set()4681 if (!spms_pl) in mlxsw_sp_port_stp_set()[all …]