rl_caps          1075 drivers/net/ethernet/mellanox/mlx4/fw.c 	dev_cap->rl_caps.num_rates = size;
rl_caps          1076 drivers/net/ethernet/mellanox/mlx4/fw.c 	if (dev_cap->rl_caps.num_rates) {
rl_caps          1079 drivers/net/ethernet/mellanox/mlx4/fw.c 		dev_cap->rl_caps.max_val  = size & 0xfff;
rl_caps          1080 drivers/net/ethernet/mellanox/mlx4/fw.c 		dev_cap->rl_caps.max_unit = size >> 14;
rl_caps          1082 drivers/net/ethernet/mellanox/mlx4/fw.c 		dev_cap->rl_caps.min_val  = size & 0xfff;
rl_caps          1083 drivers/net/ethernet/mellanox/mlx4/fw.c 		dev_cap->rl_caps.min_unit = size >> 14;
rl_caps          1172 drivers/net/ethernet/mellanox/mlx4/fw.c 		struct mlx4_rate_limit_caps *rl_caps = &dev_cap->rl_caps;
rl_caps          1175 drivers/net/ethernet/mellanox/mlx4/fw.c 			 rl_caps->num_rates, rl_caps->max_unit, rl_caps->max_val,
rl_caps          1176 drivers/net/ethernet/mellanox/mlx4/fw.c 			 rl_caps->min_unit, rl_caps->min_val);
rl_caps           130 drivers/net/ethernet/mellanox/mlx4/fw.h 	struct mlx4_rate_limit_caps rl_caps;
rl_caps           684 drivers/net/ethernet/mellanox/mlx4/main.c 	dev->caps.rl_caps = dev_cap->rl_caps;
rl_caps           633 include/linux/mlx4/device.h 	struct mlx4_rate_limit_caps rl_caps;