Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw_qos.c58 __be16 max_bw_units; /* 3-100Mbps, 4-1Gbps, other values - reserved */ member
133 tc->max_bw_units = in mlx4_SET_PORT_SCHEDULER()
137 tc->max_bw_units = in mlx4_SET_PORT_SCHEDULER()
143 tc->max_bw_units = htons(MLX4_RATELIMIT_1G_UNITS); in mlx4_SET_PORT_SCHEDULER()
/freebsd/sys/dev/mlx5/
H A Dport.h205 u8 *max_bw_units);
208 const u8 *max_bw_units);
H A Dmlx5_ifc.h10587 u8 max_bw_units[0x4];
10598 u8 max_bw_units[0x4];
10269 u8 max_bw_units[0x4]; global() member
10280 u8 max_bw_units[0x4]; global() member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c874 u8 *max_bw_units) in mlx5_query_port_tc_rate_limit() argument
890 max_bw_units[i] = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf, in mlx5_query_port_tc_rate_limit()
891 max_bw_units); in mlx5_query_port_tc_rate_limit()
900 const u8 *max_bw_units) in mlx5_modify_port_tc_rate_limit() argument
912 MLX5_SET(ets_tcn_config_reg, ets_tcn_conf, max_bw_units, in mlx5_modify_port_tc_rate_limit()
913 max_bw_units[i]); in mlx5_modify_port_tc_rate_limit()