Home
last modified time | relevance | path

Searched refs:hca_id (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl.c601 VAPI_hca_id_t hca_id; in osm_vendor_bind() local
631 &hca_id, &port_num); in osm_vendor_bind()
650 memcpy(p_bind->hca_id, hca_id, sizeof(VAPI_hca_id_t)); in osm_vendor_bind()
689 "Binding to IB_MGT SMI of %s port %u\n", hca_id, in osm_vendor_bind()
693 IB_MGT_get_handle(hca_id, port_num, IB_MGT_SMI, in osm_vendor_bind()
743 IB_MGT_get_handle(hca_id, port_num, IB_MGT_GSI, in osm_vendor_bind()
H A Dosm_vendor_mlx_sim.c135 IN char *hca_id,
149 IN char hca_id[VENDOR_HCA_MAXNAMES], in osmv_transport_init()
169 (p_bo->p_vendor, hca_id, p_bo->port_num, &port_guid)) { in osmv_transport_init()
H A Dosm_vendor_mlx.c199 char hca_id[32]; in osm_vendor_bind() local
238 hca_id, in osm_vendor_bind()
280 osmv_transport_init(p_bind_info, hca_id, hca_index, p_bo)) { in osm_vendor_bind()
H A Dosm_vendor_mlx_hca_sim.c802 IN char *hca_id, in osm_vendor_get_guid_by_ca_and_port() argument
831 if (strcmp(sim_ca_info.name, hca_id)) in osm_vendor_get_guid_by_ca_and_port()
853 "Fail to find HCA:%s\n", hca_id); in osm_vendor_get_guid_by_ca_and_port()
H A Dosm_vendor_mlx_ibmgt.c103 IN char hca_id[VENDOR_HCA_MAXNAMES], in osmv_transport_init()
187 ret = IB_MGT_get_handle(hca_id, in osmv_transport_init()
266 ret = IB_MGT_get_handle(hca_id, in osmv_transport_init()
H A Dosm_vendor_ts.c516 VAPI_hca_id_t hca_id; in osm_vendor_bind() local
570 &hca_id, &port_num); in osm_vendor_bind()
H A Dosm_vendor_mlx_ts_anafa.c168 IN char hca_id[VENDOR_HCA_MAXNAMES], in osmv_transport_init()
H A Dosm_vendor_mlx_ts.c178 IN char hca_id[VENDOR_HCA_MAXNAMES], in osmv_transport_init()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_transport.h71 IN char hca_id[VENDOR_HCA_MAXNAMES],
H A Dosm_mtl_bind.h96 VAPI_hca_id_t hca_id; member