Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h615 enum ib_qp_type proxy_qp_type; member
H A Dmlx4_ib_qp.c677 if ((tnl_init->proxy_qp_type != IB_QPT_SMI && in create_qp_common()
678 tnl_init->proxy_qp_type != IB_QPT_GSI) || in create_qp_common()
681 if (tnl_init->proxy_qp_type == IB_QPT_GSI) in create_qp_common()
692 + tnl_init->proxy_qp_type * 2 + tnl_init->port - 1; in create_qp_common()
H A Dmlx4_ib_mad.c1785 qp_init_attr.proxy_qp_type = qp_type; in create_pv_sqp()