Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c603 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_enable() local
618 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_enable()
621 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_enable()
629 char cwtpm_cmd[MLXSW_REG_CWTPM_LEN]; in mlxsw_sp_tclass_congestion_disable() local
631 mlxsw_reg_cwtpm_pack(cwtpm_cmd, mlxsw_sp_port->local_port, tclass_num, in mlxsw_sp_tclass_congestion_disable()
633 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(cwtpm), cwtpm_cmd); in mlxsw_sp_tclass_congestion_disable()