Lines Matching refs:max_buff
30 u32 max_buff;
42 u32 max_buff;
48 u32 max_buff;
221 u8 pg_buff, u32 min_buff, u32 max_buff,
231 min_buff, max_buff, infi_max, des->pool);
238 max_buff = mlxsw_sp_bytes_cells(mlxsw_sp,
244 cm->max_buff = max_buff;
251 u16 pool_index, u32 min_buff, u32 max_buff)
260 min_buff, max_buff);
267 pm->max_buff = max_buff;
814 .max_buff = _max_buff, \
821 .max_buff = _max_buff, \
828 .max_buff = _max_buff, \
835 .max_buff = _max_buff, \
964 u32 max_buff;
973 max_buff = cm->max_buff;
974 if (max_buff == MLXSW_SP_SB_INFI) {
981 max_buff = mlxsw_sp_bytes_cells(mlxsw_sp,
982 max_buff);
984 min_buff, max_buff,
1022 .max_buff = _max_buff, \
1079 u32 max_buff;
1087 max_buff = pm->max_buff;
1089 max_buff = mlxsw_sp_bytes_cells(mlxsw_sp, max_buff);
1091 max_buff);
1115 .max_buff = _max_buff, \
1151 * thresholds, therefore 'max_buff' isn't specified in cells.
1154 mlxsw_reg_sbmm_pack(sbmm_pl, i, min_buff, mc->max_buff,
1411 u32 max_buff)
1416 return max_buff - MLXSW_SP_SB_THRESHOLD_TO_ALPHA_OFFSET;
1417 return mlxsw_sp_cells_bytes(mlxsw_sp, max_buff);
1454 pm->max_buff);
1466 u32 max_buff;
1475 threshold, &max_buff, extack);
1480 0, max_buff);
1498 cm->max_buff);
1516 u32 max_buff;
1539 if (cm->freeze_thresh && cm->max_buff != threshold) {
1545 threshold, &max_buff, extack);
1550 0, max_buff, false, pool_index);