Home
last modified time | relevance | path

Searched refs:num_eqs (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c220 dev->caps.num_eqs = roundup_pow_of_two( in mlx4_make_profile()
225 init_hca->log_num_eqs = ilog2(dev->caps.num_eqs); in mlx4_make_profile()
H A Deq.c1161 dev->caps.num_eqs - dev->caps.reserved_eqs); in mlx4_alloc_eq_table()
1187 roundup_pow_of_two(dev->caps.num_eqs), in mlx4_init_eq_table()
1188 dev->caps.num_eqs - 1, in mlx4_init_eq_table()
1190 roundup_pow_of_two(dev->caps.num_eqs) - in mlx4_init_eq_table()
1191 dev->caps.num_eqs); in mlx4_init_eq_table()
H A Dfw.c494 dev->caps.num_eqs : in mlx4_QUERY_FUNC_CAP_wrapper()
495 rounddown_pow_of_two(dev->caps.num_eqs); in mlx4_QUERY_FUNC_CAP_wrapper()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c199 dev->limits.num_eqs = profile[i].num; in mthca_make_profile()
H A Dmthca_eq.c774 dev->limits.num_eqs, in mthca_init_eq_table()
775 dev->limits.num_eqs - 1, in mthca_init_eq_table()
H A Dmthca_dev.h157 int num_eqs; member
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c3141 int num_eqs, i = 0; in ocrdma_modify_eqd() local
3144 num_eqs = min(num, 8); in ocrdma_modify_eqd()
3145 ocrdma_mbx_modify_eqd(dev, &eq[i], num_eqs); in ocrdma_modify_eqd()
3146 i += num_eqs; in ocrdma_modify_eqd()
3147 num -= num_eqs; in ocrdma_modify_eqd()
/linux/include/linux/mlx4/
H A Ddevice.h572 int num_eqs; member