Searched refs:slcor_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 5562 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_add() local 5564 mlxsw_reg_slcor_port_add_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_add() 5566 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_add() 5573 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_remove() local 5575 mlxsw_reg_slcor_port_remove_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_remove() 5577 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_remove() 5584 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_enable() local 5586 mlxsw_reg_slcor_col_enable_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_enable() 5588 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_enable() 5595 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_disable() local [all …]
|