Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h497 u8 virt2phys_pkey[MLX4_MFUNC_MAX][MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
499 struct list_head pkey_port_list[MLX4_MFUNC_MAX];
500 struct kobject *device_parent[MLX4_MFUNC_MAX];
566 struct kobject *dev_ports_parent[MLX4_MFUNC_MAX];
Dmad.c1318 wc->src_qp >= dev->dev->phys_caps.base_proxy_sqpn + 8 * MLX4_MFUNC_MAX || in mlx4_ib_multiplex_mad()
Dmain.c2450 for (j = 0; j < MLX4_MFUNC_MAX; j++) { in mlx4_ib_add()
Dqp.c133 8 * MLX4_MFUNC_MAX; in is_tunnel_qp()
/linux-4.4.14/include/linux/mlx4/
Ddevice.h101 MLX4_MFUNC_MAX = 128, enumerator
1009 16 * MLX4_MFUNC_MAX * !!mlx4_is_master(dev); in mlx4_num_reserved_sqps()
1015 16 * MLX4_MFUNC_MAX * !!mlx4_is_master(dev) && in mlx4_is_qp_reserved()
1441 DECLARE_BITMAP(slaves, MLX4_MFUNC_MAX);
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dqp.c818 dev->phys_caps.base_tunnel_sqpn = dev->phys_caps.base_sqpn + 8 + 8 * MLX4_MFUNC_MAX; in mlx4_init_qp_table()
836 dev->caps.qp0_tunnel[k] = dev->caps.qp0_proxy[k] + 8 * MLX4_MFUNC_MAX; in mlx4_init_qp_table()
839 dev->caps.qp1_tunnel[k] = dev->caps.qp1_proxy[k] + 8 * MLX4_MFUNC_MAX; in mlx4_init_qp_table()
Dmlx4.h236 MLX4_MFUNC_MAX))
598 struct mutex gen_eqe_mutex[MLX4_MFUNC_MAX];
901 u8 virt2phys_pkey[MLX4_MFUNC_MAX][MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
904 __be64 slave_node_guids[MLX4_MFUNC_MAX];
Dcmd.c2768 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport()
2791 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport_actv()
Dmain.c693 if (qpn >= dev->phys_caps.base_tunnel_sqpn + 8 * MLX4_MFUNC_MAX || in mlx4_get_parav_qkey()