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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c174 VAPI_hca_cap_t hca_cap; local
197 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
206 memcpy(&(p_ca_info->guid), hca_cap.node_guid, 8 * sizeof(u_int8_t));
209 memcpy(&(p_ca_info->p_attr->ca_guid), hca_cap.node_guid,
213 p_ca_info->p_attr->num_ports = hca_cap.phys_port_num;
215 (ib_port_attr_t *) malloc(hca_cap.phys_port_num *
413 VAPI_hca_cap_t hca_cap; local
457 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
467 for (portIdx = 0; portIdx < hca_cap.phys_port_num; portIdx++) {
H A Dosm_vendor_mtl_hca_guid.c194 VAPI_hca_cap_t hca_cap; local
217 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
226 memcpy(&(p_ca_info->guid), hca_cap.node_guid, 8 * sizeof(u_int8_t));
229 memcpy(&(p_ca_info->p_attr->ca_guid), hca_cap.node_guid,
233 p_ca_info->p_attr->num_ports = hca_cap.phys_port_num;
235 (ib_port_attr_t *) malloc(hca_cap.phys_port_num *
431 VAPI_hca_cap_t hca_cap; local
475 vapi_res = VAPI_query_hca_cap(hca_hndl, &hca_vendor, &hca_cap);
485 for (portIdx = 0; portIdx < hca_cap.phys_port_num; portIdx++) {

Completed in 70 milliseconds