Searched refs:base_tunnel_sqpn (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c852 dev->phys_caps.base_tunnel_sqpn = dev->phys_caps.base_sqpn + 8 + 8 * MLX4_MFUNC_MAX;
H A Dmain.c766 if (qpn >= dev->phys_caps.base_tunnel_sqpn + 8 * MLX4_MFUNC_MAX ||
770 if (qpn >= dev->phys_caps.base_tunnel_sqpn)
772 qk += qpn - dev->phys_caps.base_tunnel_sqpn;
H A Dfw.c425 size = dev->phys_caps.base_tunnel_sqpn + 8 * slave + port - 1;
/linux-master/include/linux/mlx4/
H A Ddevice.h523 u32 base_tunnel_sqpn; member in struct:mlx4_phys_caps
/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c118 return qp->mqp.qpn >= dev->dev->phys_caps.base_tunnel_sqpn &&
119 qp->mqp.qpn < dev->dev->phys_caps.base_tunnel_sqpn +
1039 * tunnel QPs. base_tunnel_sqpn is therefore valid. */
1040 qpn = dev->dev->phys_caps.base_tunnel_sqpn + 8 * tnl_init->slave

Completed in 196 milliseconds