Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c944 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_qdisc_tbf_destroy()
998 if (rate_kbps >= MLXSW_REG_QEEC_MAS_DIS) { in mlxsw_sp_qdisc_tbf_check_params()
1001 rate_kbps, MLXSW_REG_QEEC_MAS_DIS); in mlxsw_sp_qdisc_tbf_check_params()
H A Dspectrum_dcb.c680 mlxsw_sp_port->dcb.maxrate->tc_maxrate[i] = MLXSW_REG_QEEC_MAS_DIS; in mlxsw_sp_port_maxrate_init()
H A Dspectrum.c1353 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
1360 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
1368 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
1375 MLXSW_REG_QEEC_MAS_DIS, 0); in mlxsw_sp_port_ets_init()
H A Dreg.h4187 #define MLXSW_REG_QEEC_MAS_DIS ((1u << 31) - 1) /* Kbps */ macro