Searched refs:spms_pl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 85 char *spms_pl; in mlxsw_sp_port_stp_state_set() local 105 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_stp_state_set() 106 if (!spms_pl) in mlxsw_sp_port_stp_state_set() 108 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_stp_state_set() 110 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state); in mlxsw_sp_port_stp_state_set() 112 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_stp_state_set() 113 kfree(spms_pl); in mlxsw_sp_port_stp_state_set()
|
D | switchx2.c | 920 char *spms_pl; in mlxsw_sx_port_stp_state_set() local 923 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sx_port_stp_state_set() 924 if (!spms_pl) in mlxsw_sx_port_stp_state_set() 926 mlxsw_reg_spms_pack(spms_pl, mlxsw_sx_port->local_port); in mlxsw_sx_port_stp_state_set() 927 mlxsw_reg_spms_vid_pack(spms_pl, vid, state); in mlxsw_sx_port_stp_state_set() 928 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(spms), spms_pl); in mlxsw_sx_port_stp_state_set() 929 kfree(spms_pl); in mlxsw_sx_port_stp_state_set()
|
D | spectrum.c | 241 char *spms_pl; in mlxsw_sp_port_stp_state_set() local 244 spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL); in mlxsw_sp_port_stp_state_set() 245 if (!spms_pl) in mlxsw_sp_port_stp_state_set() 247 mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port); in mlxsw_sp_port_stp_state_set() 248 mlxsw_reg_spms_vid_pack(spms_pl, vid, state); in mlxsw_sp_port_stp_state_set() 249 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl); in mlxsw_sp_port_stp_state_set() 250 kfree(spms_pl); in mlxsw_sp_port_stp_state_set()
|