/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_hca.c | 172 VAPI_hca_hndl_t hca_hndl; in __osm_ca_info_init() local 183 vapi_res = EVAPI_get_hca_hndl(ca_id, &hca_hndl); in __osm_ca_info_init() 197 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap); in __osm_ca_info_init() 222 VAPI_query_hca_port_prop(hca_hndl, port_num + 1, &hca_port); in __osm_ca_info_init() 233 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, 0, in __osm_ca_info_init() 238 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, maxNumGids, in __osm_ca_info_init() 411 VAPI_hca_hndl_t hca_hndl; in osm_vendor_get_guid_ca_and_port() local 441 vapi_res = EVAPI_get_hca_hndl(p_ca_ids[ca], &hca_hndl); in osm_vendor_get_guid_ca_and_port() 457 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap); in osm_vendor_get_guid_ca_and_port() 469 VAPI_query_hca_gid_tbl(hca_hndl, portIdx + 1, 0, in osm_vendor_get_guid_ca_and_port() [all …]
|
H A D | osm_vendor_mtl_hca_guid.c | 192 VAPI_hca_hndl_t hca_hndl; in __osm_ca_info_init() local 203 vapi_res = EVAPI_get_hca_hndl(ca_id, &hca_hndl); in __osm_ca_info_init() 217 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap); in __osm_ca_info_init() 242 VAPI_query_hca_port_prop(hca_hndl, port_num + 1, &hca_port); in __osm_ca_info_init() 253 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, 0, in __osm_ca_info_init() 258 VAPI_query_hca_gid_tbl(hca_hndl, port_num + 1, maxNumGids, in __osm_ca_info_init() 429 VAPI_hca_hndl_t hca_hndl; in osm_vendor_get_guid_ca_and_port() local 459 vapi_res = EVAPI_get_hca_hndl(p_ca_ids[ca], &hca_hndl); in osm_vendor_get_guid_ca_and_port() 475 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap); in osm_vendor_get_guid_ca_and_port() 487 VAPI_query_hca_gid_tbl(hca_hndl, portIdx + 1, 0, in osm_vendor_get_guid_ca_and_port() [all …]
|
H A D | osm_vendor_ts.c | 157 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod, in __osm_vendor_clear_sm() 515 VAPI_hca_hndl_t hca_hndl; in osm_vendor_bind() local 569 osm_vendor_get_guid_ca_and_port(p_vend, port_guid, &hca_hndl, in osm_vendor_bind() 602 p_bind->hca_hndl = hca_hndl; in osm_vendor_bind() 882 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod, in osm_vendor_set_sm()
|
H A D | osm_vendor_mtl.c | 193 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod, in __osm_vendor_clear_sm() 600 VAPI_hca_hndl_t hca_hndl; in osm_vendor_bind() local 630 osm_vendor_get_guid_ca_and_port(p_vend, port_guid, &hca_hndl, in osm_vendor_bind() 1081 VAPI_modify_hca_attr(p_bind->hca_hndl, p_bind->port_num, &attr_mod, in osm_vendor_set_sm()
|
H A D | osm_vendor_mlx.c | 237 &(p_bo->hca_hndl), in osm_vendor_bind() 601 VAPI_modify_hca_attr(p_bo->hca_hndl, p_bo->port_num, &attr_mod, in osm_vendor_set_sm()
|
H A D | osm_vendor_mlx_anafa.c | 263 p_bo->hca_hndl = 0; /* only one ca on anafa system */ in osm_vendor_bind()
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mlx_defs.h | 74 uint32_t hca_hndl; member
|
H A D | osm_mtl_bind.h | 95 VAPI_hca_hndl_t hca_hndl; member
|
H A D | osm_vendor_ts.h | 93 VAPI_hca_hndl_t hca_hndl; member
|