Searched refs:cwtpm_cmd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_qdisc.c | 472 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_enable() local 487 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_enable() 490 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_enable() 498 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_disable() local 500 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_disable() 502 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_disable()
|