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

/linux-master/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h555 u8 virt2phys_pkey[MLX4_MFUNC_MAX][MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
557 struct list_head pkey_port_list[MLX4_MFUNC_MAX];
558 struct kobject *device_parent[MLX4_MFUNC_MAX];
633 struct kobject *dev_ports_parent[MLX4_MFUNC_MAX];
H A Dmad.c1495 wc->src_qp >= dev->dev->phys_caps.base_proxy_sqpn + 8 * MLX4_MFUNC_MAX ||
H A Dmain.c2850 for (j = 0; j < MLX4_MFUNC_MAX; j++) {
H A Dqp.c120 8 * MLX4_MFUNC_MAX;
/linux-master/include/linux/mlx4/
H A Ddevice.h104 MLX4_MFUNC_MAX = 128, enumerator in enum:__anon2593
1049 16 * MLX4_MFUNC_MAX * !!mlx4_is_master(dev);
1055 16 * MLX4_MFUNC_MAX * !!mlx4_is_master(dev) &&
1500 DECLARE_BITMAP(slaves, MLX4_MFUNC_MAX);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h238 MLX4_MFUNC_MAX))
606 struct mutex gen_eqe_mutex[MLX4_MFUNC_MAX];
928 u8 virt2phys_pkey[MLX4_MFUNC_MAX][MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
931 __be64 slave_node_guids[MLX4_MFUNC_MAX];
H A Dqp.c852 dev->phys_caps.base_tunnel_sqpn = dev->phys_caps.base_sqpn + 8 + 8 * MLX4_MFUNC_MAX;
867 dev->caps.spec_qps[k].qp0_tunnel = dev->caps.spec_qps[k].qp0_proxy + 8 * MLX4_MFUNC_MAX;
870 dev->caps.spec_qps[k].qp1_tunnel = dev->caps.spec_qps[k].qp1_proxy + 8 * MLX4_MFUNC_MAX;
H A Dcmd.c2826 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX);
2849 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX);
H A Dmain.c766 if (qpn >= dev->phys_caps.base_tunnel_sqpn + 8 * MLX4_MFUNC_MAX ||

Completed in 438 milliseconds