Searched refs:num_eqs (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | profile.c | 219 dev->caps.num_eqs = roundup_pow_of_two( in mlx4_make_profile() 224 init_hca->log_num_eqs = ilog2(dev->caps.num_eqs); in mlx4_make_profile()
|
D | eq.c | 1148 priv->eq_table.eq = kcalloc(dev->caps.num_eqs - dev->caps.reserved_eqs, in mlx4_alloc_eq_table() 1176 roundup_pow_of_two(dev->caps.num_eqs), in mlx4_init_eq_table() 1177 dev->caps.num_eqs - 1, in mlx4_init_eq_table() 1179 roundup_pow_of_two(dev->caps.num_eqs) - in mlx4_init_eq_table() 1180 dev->caps.num_eqs); in mlx4_init_eq_table()
|
D | main.c | 853 dev->caps.num_eqs = func_cap.max_eq; in mlx4_slave_cap() 1348 int num_eqs; in mlx4_init_cmpt_table() local 1378 num_eqs = dev->phys_caps.num_phys_eqs; in mlx4_init_cmpt_table() 1383 cmpt_entry_sz, num_eqs, num_eqs, 0, 0); in mlx4_init_cmpt_table() 1407 int num_eqs; in mlx4_init_icm() local 1440 num_eqs = dev->phys_caps.num_phys_eqs; in mlx4_init_icm() 1443 num_eqs, num_eqs, 0, 0); in mlx4_init_icm() 2118 dev->caps.num_eqs = dev_cap.max_eqs; in mlx4_init_hca() 2677 nreq = min_t(int, dev->caps.num_eqs - dev->caps.reserved_eqs, in mlx4_enable_msi_x()
|
D | fw.c | 405 dev->caps.num_eqs : in mlx4_QUERY_FUNC_CAP_wrapper() 406 rounddown_pow_of_two(dev->caps.num_eqs); in mlx4_QUERY_FUNC_CAP_wrapper()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_profile.c | 201 dev->limits.num_eqs = profile[i].num; in mthca_make_profile()
|
D | mthca_eq.c | 774 dev->limits.num_eqs, in mthca_init_eq_table() 775 dev->limits.num_eqs - 1, in mthca_init_eq_table()
|
D | mthca_dev.h | 158 int num_eqs; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 1056 u8 num_eqs; in mlxsw_pci_aqs_init() local 1071 num_eqs = mlxsw_cmd_mbox_query_aq_cap_max_num_eqs_get(mbox); in mlxsw_pci_aqs_init() 1075 num_cqs > MLXSW_PCI_CQS_MAX || num_eqs != MLXSW_PCI_EQS_COUNT) { in mlxsw_pci_aqs_init() 1089 num_eqs); in mlxsw_pci_aqs_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 258 int num_eqs = 1 << MLX5_CAP_GEN(dev, log_max_eq); in mlx5_enable_msix() local 264 nvec = min_t(int, nvec, num_eqs); in mlx5_enable_msix()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 3144 int num_eqs, i = 0; in ocrdma_modify_eqd() local 3147 num_eqs = min(num, 8); in ocrdma_modify_eqd() 3148 ocrdma_mbx_modify_eqd(dev, &eq[i], num_eqs); in ocrdma_modify_eqd() 3149 i += num_eqs; in ocrdma_modify_eqd() 3150 num -= num_eqs; in ocrdma_modify_eqd()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 1890 int num_eqs, i = 0; in be_cmd_modify_eqd() local 1893 num_eqs = min(num, 8); in be_cmd_modify_eqd() 1894 __be_cmd_modify_eqd(adapter, &set_eqd[i], num_eqs); in be_cmd_modify_eqd() 1895 i += num_eqs; in be_cmd_modify_eqd() 1896 num -= num_eqs; in be_cmd_modify_eqd()
|
/linux-4.4.14/include/linux/mlx4/ |
D | device.h | 545 int num_eqs; member
|