Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c750 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_qdisc_tbf_destroy()
804 if (rate_kbps >= MLXSW_REG_QEEC_MAS_DIS) { in mlxsw_sp_qdisc_tbf_check_params()
807 rate_kbps, MLXSW_REG_QEEC_MAS_DIS); in mlxsw_sp_qdisc_tbf_check_params()
Dspectrum_dcb.c695 mlxsw_sp_port->dcb.maxrate->tc_maxrate[i] = MLXSW_REG_QEEC_MAS_DIS; in mlxsw_sp_port_maxrate_init()
Dspectrum.c1359 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
1366 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
1374 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
1381 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
Dreg.h3859 #define MLXSW_REG_QEEC_MAS_DIS ((1u << 31) - 1) /* Kbps */ macro