Lines Matching defs:profile
1885 * Minimum Average Queue Size of the profile in cells.
1900 * Maximum Average Queue size of the profile in cells
1927 #define MLXSW_REG_CWTP_PROFILE_TO_INDEX(profile) (profile - 1)
1930 mlxsw_reg_cwtp_profile_pack(char *payload, u8 profile, u32 min, u32 max,
1933 u8 index = MLXSW_REG_CWTP_PROFILE_TO_INDEX(profile);
1942 * The CWTPM register maps each egress port and traffic class to profile num.
1980 * Index of the profile within {port, traffic class} to use.
1988 * Index of the profile within {port, traffic class} to use.
1996 * Index of the profile within {port, traffic class} to use.
2004 * Index of the profile within {port, traffic class} to use.
2012 * Index of the profile within {port, traffic class} to use.
2020 * Index of the profile within {port, traffic class} to use.
2029 u8 traffic_class, u8 profile,
2037 mlxsw_reg_cwtpm_tcp_g_set(payload, profile);
2038 mlxsw_reg_cwtpm_tcp_y_set(payload, profile);
2039 mlxsw_reg_cwtpm_tcp_r_set(payload, profile);
2040 mlxsw_reg_cwtpm_ntcp_g_set(payload, profile);
2041 mlxsw_reg_cwtpm_ntcp_y_set(payload, profile);
2042 mlxsw_reg_cwtpm_ntcp_r_set(payload, profile);