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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c904 struct mlx4_ib_qp_tunnel_init_attr *tnl_init = local
907 if ((tnl_init->proxy_qp_type != IB_QPT_SMI &&
908 tnl_init->proxy_qp_type != IB_QPT_GSI) ||
911 if (tnl_init->proxy_qp_type == IB_QPT_GSI)
913 else if (tnl_init->slave == mlx4_master_func_num(dev->dev))
919 qpn = dev->dev->phys_caps.base_tunnel_sqpn + 8 * tnl_init->slave
920 + tnl_init->proxy_qp_type * 2 + tnl_init->port - 1;

Completed in 132 milliseconds