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

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c66 if (hints.ai_qp_type == IBV_QPT_XRC_SEND)
112 if (hints.ai_qp_type == IBV_QPT_XRC_SEND)
138 hints.ai_qp_type = IBV_QPT_RC;
154 hints.ai_qp_type = IBV_QPT_XRC_SEND;
H A Drdma_xserver.c108 if (hints.ai_qp_type == IBV_QPT_XRC_RECV) {
154 hints.ai_qp_type = IBV_QPT_RC;
167 hints.ai_qp_type = IBV_QPT_XRC_RECV;
H A Dcmtime.c616 hints.ai_qp_type = IBV_QPT_RC;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Daddrinfo.c59 switch (rai->ai_qp_type) {
150 if (hints->ai_qp_type) {
151 rai->ai_qp_type = hints->ai_qp_type;
155 rai->ai_qp_type = IBV_QPT_RC;
158 rai->ai_qp_type = IBV_QPT_UD;
263 rai->ai_qp_type = hints->ai_qp_type;
H A Dacm.c252 ib_rai->ai_qp_type = (*rai)->ai_qp_type;
H A Drdma_cma.h185 int ai_qp_type; member in struct:rdma_addrinfo
H A Dcma.c2332 id_priv->qp_init_attr->qp_type = res->ai_qp_type;
2345 ret = rdma_create_id2(NULL, &cm_id, NULL, res->ai_port_space, res->ai_qp_type);
2376 qp_init_attr->qp_type = res->ai_qp_type;

Completed in 77 milliseconds