Lines Matching refs:spms_pl
457 char *spms_pl; in mlxsw_sp_port_vid_stp_set() local
460 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_vid_stp_set()
461 if (!spms_pl) in mlxsw_sp_port_vid_stp_set()
463 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_vid_stp_set()
464 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_vid_stp_set()
466 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_vid_stp_set()
467 kfree(spms_pl); in mlxsw_sp_port_vid_stp_set()
4484 char *spms_pl; in mlxsw_sp_port_stp_set() local
4491 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_stp_set()
4492 if (!spms_pl) in mlxsw_sp_port_stp_set()
4494 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_stp_set()
4497 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_stp_set()
4499 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_stp_set()
4500 kfree(spms_pl); in mlxsw_sp_port_stp_set()