Home
last modified time | relevance | path

Searched refs:proxy_qp_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h661 enum ib_qp_type proxy_qp_type; member
H A Dqp.c1026 if ((tnl_init->proxy_qp_type != IB_QPT_SMI && in create_qp_common()
1027 tnl_init->proxy_qp_type != IB_QPT_GSI) || in create_qp_common()
1030 if (tnl_init->proxy_qp_type == IB_QPT_GSI) in create_qp_common()
1041 + tnl_init->proxy_qp_type * 2 + tnl_init->port - 1; in create_qp_common()
H A Dmad.c1825 qp_init_attr.proxy_qp_type = qp_type; in create_pv_sqp()