Searched refs:num_eqs (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dprofile.c207 dev->caps.num_eqs = roundup_pow_of_two(
211 init_hca->log_num_eqs = ilog2(dev->caps.num_eqs);
H A Deq.c1112 priv->eq_table.eq = kcalloc(dev->caps.num_eqs - dev->caps.reserved_eqs,
1140 roundup_pow_of_two(dev->caps.num_eqs),
1141 dev->caps.num_eqs - 1,
1143 roundup_pow_of_two(dev->caps.num_eqs) -
1144 dev->caps.num_eqs);
H A Dmain.c1051 dev->caps.num_eqs = func_cap.max_eq;
1477 int num_eqs; local
1507 num_eqs = dev->phys_caps.num_phys_eqs;
1512 cmpt_entry_sz, num_eqs, num_eqs, 0, 0);
1536 int num_eqs; local
1569 num_eqs = dev->phys_caps.num_phys_eqs;
1572 num_eqs, num_eqs, 0, 0);
2111 dev->caps.num_eqs
[all...]
H A Dfw.c361 dev->caps.num_eqs :
362 rounddown_pow_of_two(dev->caps.num_eqs);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c205 dev->limits.num_eqs = profile[i].num;
H A Dmthca_eq.c789 dev->limits.num_eqs,
790 dev->limits.num_eqs - 1,
H A Dmthca_dev.h158 int num_eqs; member in struct:mthca_limits
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c208 int num_eqs = 1 << MLX5_CAP_GEN(dev, log_max_eq); local
214 nvec = min_t(int, nvec, num_eqs);
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Ddevice.h495 int num_eqs; member in struct:mlx4_caps

Completed in 136 milliseconds