Searched refs:rl_caps (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h130 struct mlx4_rate_limit_caps rl_caps; member in struct:mlx4_dev_cap
H A Dfw.c1078 dev_cap->rl_caps.num_rates = size;
1079 if (dev_cap->rl_caps.num_rates) {
1082 dev_cap->rl_caps.max_val = size & 0xfff;
1083 dev_cap->rl_caps.max_unit = size >> 14;
1085 dev_cap->rl_caps.min_val = size & 0xfff;
1086 dev_cap->rl_caps.min_unit = size >> 14;
1175 struct mlx4_rate_limit_caps *rl_caps = &dev_cap->rl_caps; local
1178 rl_caps->num_rates, rl_caps
[all...]
H A Dmain.c684 dev->caps.rl_caps = dev_cap->rl_caps;
/linux-master/include/linux/mlx4/
H A Ddevice.h632 struct mlx4_rate_limit_caps rl_caps; member in struct:mlx4_caps

Completed in 211 milliseconds