Home
last modified time | relevance | path

Searched refs:cwtpm_cmd (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c604 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_enable() local
619 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_enable()
622 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_enable()
630 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_disable() local
632 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_disable()
634 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_disable()