Searched refs:hca_hndl (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c90 VAPI_query_hca_port_prop(res->hca_hndl, res->port_num,
96 ret = VAPI_alloc_pd(res->hca_hndl, &(res->pd_hndl));
101 VAPI_create_cq(res->hca_hndl, res->max_outs_sq + 1,
105 VAPI_create_cq(res->hca_hndl, res->max_outs_rq + 1,
110 /* ret= EVAPI_set_comp_eventh(res->hca_hndl,res->rq_cq_hndl, */
113 /* ret= EVAPI_set_comp_eventh(res->hca_hndl,res->sq_cq_hndl, */
132 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, re
[all...]
H A Dosmt_inform.c65 VAPI_hca_hndl_t hca_hndl; local
89 &hca_hndl,
100 p_qp_ctx->qp_bind_hndl.hca_hndl = hca_hndl;
277 vapi_ret = osmt_mtl_mad_poll4cqe(p_qp_ctx->qp_bind_hndl.hca_hndl,
298 vapi_ret = osmt_mtl_mad_poll4cqe(p_qp_ctx->qp_bind_hndl.hca_hndl,
444 vapi_ret = osmt_mtl_mad_poll4cqe(p_qp_ctx->qp_bind_hndl.hca_hndl,
507 vapi_ret = osmt_mtl_mad_poll4cqe(p_qp_ctx->qp_bind_hndl.hca_hndl,
/freebsd-10.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_defs.h76 uint32_t hca_hndl; member in struct:_osmv_bind_obj
H A Dosm_mtl_bind.h95 VAPI_hca_hndl_t hca_hndl; member in struct:_osm_mtl_bind_info
H A Dosm_vendor_ts.h93 VAPI_hca_hndl_t hca_hndl; member in struct:_osm_ts_bind_info
107 * hca_hndl
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c172 VAPI_hca_hndl_t hca_hndl; local
183 vapi_res = EVAPI_get_hca_hndl(ca_id, &hca_hndl);
197 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
222 VAPI_query_hca_port_prop(hca_hndl, port_num + 1, &hca_port);
233 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, 0,
238 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, maxNumGids,
413 VAPI_hca_hndl_t hca_hndl; local
443 vapi_res = EVAPI_get_hca_hndl(p_ca_ids[ca], &hca_hndl);
459 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
471 VAPI_query_hca_gid_tbl(hca_hndl, portId
[all...]
H A Dosm_vendor_mtl_hca_guid.c192 VAPI_hca_hndl_t hca_hndl; local
203 vapi_res = EVAPI_get_hca_hndl(ca_id, &hca_hndl);
217 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
242 VAPI_query_hca_port_prop(hca_hndl, port_num + 1, &hca_port);
253 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, 0,
258 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, maxNumGids,
431 VAPI_hca_hndl_t hca_hndl; local
461 vapi_res = EVAPI_get_hca_hndl(p_ca_ids[ca], &hca_hndl);
477 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
489 VAPI_query_hca_gid_tbl(hca_hndl, portId
[all...]
H A Dosm_vendor_ts.c160 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod,
518 VAPI_hca_hndl_t hca_hndl; local
572 osm_vendor_get_guid_ca_and_port(p_vend, port_guid, &hca_hndl,
605 p_bind->hca_hndl = hca_hndl;
887 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod,
H A Dosm_vendor_mtl.c196 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod,
603 VAPI_hca_hndl_t hca_hndl; local
633 osm_vendor_get_guid_ca_and_port(p_vend, port_guid, &hca_hndl,
1086 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod,
H A Dosm_vendor_mlx.c237 &(p_bo->hca_hndl),
601 VAPI_modify_hca_attr(p_bo->hca_hndl, p_bo->port_num, &attr_mod,
H A Dosm_vendor_mlx_anafa.c263 p_bo->hca_hndl = 0; /* only one ca on anafa system */
/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmt_mtl_regular_qp.h82 VAPI_hca_hndl_t hca_hndl; /*handle of HCA */ member in struct:__anon4422

Completed in 114 milliseconds