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

/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_inform.c99 strncpy(p_qp_ctx->qp_bind_hndl.hca_id, hca_id, sizeof(hca_id));
100 p_qp_ctx->qp_bind_hndl.hca_hndl = hca_hndl;
101 p_qp_ctx->qp_bind_hndl.port_num = port_num;
102 p_qp_ctx->qp_bind_hndl.max_outs_sq = 10;
103 p_qp_ctx->qp_bind_hndl.max_outs_rq = 10;
104 p_qp_ctx->qp_bind_hndl.qkey = OSMT_MTL_REVERSE_QP1_WELL_KNOWN_Q_KEY;
106 vapi_ret = osmt_mtl_init_opened_hca(&p_qp_ctx->qp_bind_hndl);
119 (uint8_t *) p_qp_ctx->qp_bind_hndl.buf_ptr + GRH_LEN;
121 (uint8_t *) p_qp_ctx->qp_bind_hndl.buf_ptr + 2 * (GRH_LEN +
129 p_qp_ctx->qp_bind_hndl
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_inform.h46 osmt_mtl_mad_res_t qp_bind_hndl; member in struct:_osmt_qp_ctx

Completed in 188 milliseconds