Searched refs:cwtpm_cmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 220 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_enable() local 235 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_enable() 238 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_enable() 246 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_disable() local 248 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_disable() 250 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_disable()
|