Searched refs:slcor_pl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 3447 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_add() local 3449 mlxsw_reg_slcor_port_add_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_add() 3451 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_add() 3458 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_remove() local 3460 mlxsw_reg_slcor_port_remove_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_remove() 3462 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_remove() 3469 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_enable() local 3471 mlxsw_reg_slcor_col_enable_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_enable() 3473 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_enable() 3480 char slcor_pl[MLXSW_REG_SLCOR_LE in mlxsw_sp_lag_col_port_disable() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.c | 4217 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_add() local 4219 mlxsw_reg_slcor_port_add_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_add() 4221 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_add() 4228 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_remove() local 4230 mlxsw_reg_slcor_port_remove_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_remove() 4232 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_remove() 4239 char slcor_pl[MLXSW_REG_SLCOR_LEN]; in mlxsw_sp_lag_col_port_enable() local 4241 mlxsw_reg_slcor_col_enable_pack(slcor_pl, mlxsw_sp_port->local_port, in mlxsw_sp_lag_col_port_enable() 4243 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl); in mlxsw_sp_lag_col_port_enable() 4250 char slcor_pl[MLXSW_REG_SLCOR_LE in mlxsw_sp_lag_col_port_disable() local [all...] |
Completed in 11 milliseconds