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

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dfw.h130 struct mlx4_rate_limit_caps rl_caps; member in struct:mlx4_dev_cap
H A Dmlx4_fw.c1064 dev_cap->rl_caps.num_rates = size;
1065 if (dev_cap->rl_caps.num_rates) {
1068 dev_cap->rl_caps.max_val = size & 0xfff;
1069 dev_cap->rl_caps.max_unit = size >> 14;
1071 dev_cap->rl_caps.min_val = size & 0xfff;
1072 dev_cap->rl_caps.min_unit = size >> 14;
1156 struct mlx4_rate_limit_caps *rl_caps = &dev_cap->rl_caps; local
1159 rl_caps->num_rates, rl_caps
[all...]
H A Dmlx4_main.c570 dev->caps.rl_caps = dev_cap->rl_caps;
/freebsd-13-stable/sys/dev/mlx4/
H A Ddevice.h626 struct mlx4_rate_limit_caps rl_caps; member in struct:mlx4_caps

Completed in 100 milliseconds