Home
last modified time | relevance | path

Searched refs:IB_MAD_ATTR_PORTINFO_RECORD (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/include/vendor/
HDosm_vendor_sa_api.h497 CL_ASSERT(p_sa_mad && p_sa_mad->attr_id == IB_MAD_ATTR_PORTINFO_RECORD); in osmv_get_query_portinfo_rec()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_ibumad_sa.c565 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
577 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
HDosm_vendor_mlx_sa.c686 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
700 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sa_mad_ctrl.c152 case IB_MAD_ATTR_PORTINFO_RECORD: in __osm_sa_mad_ctrl_process()
HDosm_sa_portinfo_record.c491 CL_ASSERT(p_rcvd_mad->attr_id == IB_MAD_ATTR_PORTINFO_RECORD); in osm_pir_rcv_process()
/NextBSD/contrib/ofed/management/infiniband-diags/src/
HDsaquery.c864 return get_any_records(h, IB_MAD_ATTR_PORTINFO_RECORD, in get_issm_records()
1147 status = get_any_records(h, IB_MAD_ATTR_PORTINFO_RECORD, 0, in query_portinfo_records()
1506 {"PortInfoRecord", "PIR", IB_MAD_ATTR_PORTINFO_RECORD,
/NextBSD/contrib/ofed/management/opensm/osmtest/
HDosmtest.c1099 user.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmtest_get_port_rec()
1236 status = osmtest_get_all_recs(p_osmt, IB_MAD_ATTR_PORTINFO_RECORD, in osmtest_stress_port_recs_large()
2173 status = osmtest_get_all_recs(p_osmt, IB_MAD_ATTR_PORTINFO_RECORD, in osmtest_write_all_port_recs()
/NextBSD/contrib/ofed/management/opensm/include/iba/
HDib_types.h1149 #define IB_MAD_ATTR_PORTINFO_RECORD (CL_HTON16(0x0012)) macro