Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/ofed/drivers/net/mlx4/
Dprofile.c207 dev->caps.num_eqs = roundup_pow_of_two( in mlx4_make_profile()
211 init_hca->log_num_eqs = ilog2(dev->caps.num_eqs); in mlx4_make_profile()
Deq.c1112 priv->eq_table.eq = kcalloc(dev->caps.num_eqs - dev->caps.reserved_eqs, in mlx4_alloc_eq_table()
1140 roundup_pow_of_two(dev->caps.num_eqs), in mlx4_init_eq_table()
1141 dev->caps.num_eqs - 1, in mlx4_init_eq_table()
1143 roundup_pow_of_two(dev->caps.num_eqs) - in mlx4_init_eq_table()
1144 dev->caps.num_eqs); in mlx4_init_eq_table()
Dmain.c1049 dev->caps.num_eqs = func_cap.max_eq; in mlx4_slave_cap()
1475 int num_eqs; in mlx4_init_cmpt_table() local
1505 num_eqs = dev->phys_caps.num_phys_eqs; in mlx4_init_cmpt_table()
1510 cmpt_entry_sz, num_eqs, num_eqs, 0, 0); in mlx4_init_cmpt_table()
1534 int num_eqs; in mlx4_init_icm() local
1567 num_eqs = dev->phys_caps.num_phys_eqs; in mlx4_init_icm()
1570 num_eqs, num_eqs, 0, 0); in mlx4_init_icm()
2109 dev->caps.num_eqs = dev_cap->max_eqs; in mlx4_init_hca()
2961 nreq = min_t(int, dev->caps.num_eqs - dev->caps.reserved_eqs, in mlx4_enable_msi_x()
Dfw.c359 dev->caps.num_eqs : in mlx4_QUERY_FUNC_CAP_wrapper()
360 rounddown_pow_of_two(dev->caps.num_eqs); in mlx4_QUERY_FUNC_CAP_wrapper()
/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_profile.c205 dev->limits.num_eqs = profile[i].num; in mthca_make_profile()
Dmthca_eq.c789 dev->limits.num_eqs, in mthca_init_eq_table()
790 dev->limits.num_eqs - 1, in mthca_init_eq_table()
Dmthca_dev.h158 int num_eqs; member
/freebsd-9-stable/sys/ofed/include/linux/mlx4/
Ddevice.h495 int num_eqs; member