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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c223 dev->caps.num_eqs = roundup_pow_of_two( mlx4_make_profile()
228 init_hca->log_num_eqs = ilog2(dev->caps.num_eqs); mlx4_make_profile()
H A Dmain.c830 dev->caps.num_eqs = func_cap.max_eq; mlx4_slave_cap()
1321 int num_eqs; mlx4_init_cmpt_table() local
1351 num_eqs = dev->phys_caps.num_phys_eqs; mlx4_init_cmpt_table()
1356 cmpt_entry_sz, num_eqs, num_eqs, 0, 0); mlx4_init_cmpt_table()
1380 int num_eqs; mlx4_init_icm() local
1413 num_eqs = dev->phys_caps.num_phys_eqs; mlx4_init_icm()
1416 num_eqs, num_eqs, 0, 0); mlx4_init_icm()
2072 dev->caps.num_eqs = dev_cap.max_eqs; mlx4_init_hca()
2493 nreq = min_t(int, dev->caps.num_eqs - dev->caps.reserved_eqs, mlx4_enable_msi_x()
H A Deq.c1127 priv->eq_table.eq = kcalloc(dev->caps.num_eqs - dev->caps.reserved_eqs, mlx4_alloc_eq_table()
1155 roundup_pow_of_two(dev->caps.num_eqs), mlx4_init_eq_table()
1156 dev->caps.num_eqs - 1, mlx4_init_eq_table()
1158 roundup_pow_of_two(dev->caps.num_eqs) - mlx4_init_eq_table()
1159 dev->caps.num_eqs); mlx4_init_eq_table()
H A Dfw.c395 dev->caps.num_eqs : mlx4_QUERY_FUNC_CAP_wrapper()
396 rounddown_pow_of_two(dev->caps.num_eqs); mlx4_QUERY_FUNC_CAP_wrapper()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c205 dev->limits.num_eqs = profile[i].num; mthca_make_profile()
H A Dmthca_eq.c774 dev->limits.num_eqs, mthca_init_eq_table()
775 dev->limits.num_eqs - 1, mthca_init_eq_table()
H A Dmthca_dev.h158 int num_eqs; member in struct:mthca_limits
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c212 int num_eqs = 1 << dev->caps.gen.log_max_eq; mlx5_enable_msix() local
217 nvec = min_t(int, nvec, num_eqs); mlx5_enable_msix()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c1850 int num_eqs, i = 0; be_cmd_modify_eqd() local
1853 num_eqs = min(num, 8); be_cmd_modify_eqd()
1854 __be_cmd_modify_eqd(adapter, &set_eqd[i], num_eqs); be_cmd_modify_eqd()
1855 i += num_eqs; be_cmd_modify_eqd()
1856 num -= num_eqs; be_cmd_modify_eqd()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c3074 int num_eqs, i = 0; ocrdma_modify_eqd() local
3077 num_eqs = min(num, 8); ocrdma_modify_eqd()
3078 ocrdma_mbx_modify_eqd(dev, &eq[i], num_eqs); ocrdma_modify_eqd()
3079 i += num_eqs; ocrdma_modify_eqd()
3080 num -= num_eqs; ocrdma_modify_eqd()
/linux-4.1.27/include/linux/mlx4/
H A Ddevice.h528 int num_eqs; member in struct:mlx4_caps

Completed in 381 milliseconds