Searched refs:slcor_pl (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 4098 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_add() local 4100 mlxsw_reg_slcor_port_add_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_add() 4102 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_add() 4109 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_remove() local 4111 mlxsw_reg_slcor_port_remove_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_remove() 4113 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_remove() 4120 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_enable() local 4122 mlxsw_reg_slcor_col_enable_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_enable() 4124 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_enable() 4131 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_disable() local [all …]
|