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

/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c132 VAPI_create_qp(res->hca_hndl, &qp_init_attr, &(res->qp_hndl),
164 VAPI_modify_qp(res->hca_hndl, res->qp_hndl, &qp_attr, &qp_attr_mask,
191 VAPI_modify_qp(res->hca_hndl, res->qp_hndl, &qp_attr, &qp_attr_mask,
206 VAPI_modify_qp(res->hca_hndl, res->qp_hndl, &qp_attr, &qp_attr_mask,
258 res->qp_hndl = VAPI_INVAL_HNDL;
299 if (res->qp_hndl != VAPI_INVAL_HNDL) {
300 VAPI_destroy_qp(res->hca_hndl, res->qp_hndl);
377 ret = VAPI_post_sr(res->hca_hndl, res->qp_hndl, &sr);
409 ret = VAPI_post_rr(res->hca_hndl, res->qp_hndl, &rr);
/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_mtl_regular_qp.h83 VAPI_qp_hndl_t qp_hndl; /*handle of QP I use */ member in struct:__anon4422

Completed in 97 milliseconds