Searched refs:slcor_pl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum.c | 4157 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_add() local 4159 mlxsw_reg_slcor_port_add_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_add() 4161 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_add() 4168 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_remove() local 4170 mlxsw_reg_slcor_port_remove_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_remove() 4172 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_remove() 4179 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_enable() local 4181 mlxsw_reg_slcor_col_enable_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_enable() 4183 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_enable() 4190 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_disable() local [all …]
|