Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_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()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c569 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
579 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
H A Dosm_vendor_mlx_sa.c645 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
655 sa_mad_data.attr_id = IB_MAD_ATTR_PORTINFO_RECORD; in osmv_query_sa()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c163 case IB_MAD_ATTR_PORTINFO_RECORD: in sa_mad_ctrl_process()
H A Dosm_sa_portinfo_record.c529 CL_ASSERT(p_rcvd_mad->attr_id == IB_MAD_ATTR_PORTINFO_RECORD); in osm_pir_rcv_process()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h1199 #define IB_MAD_ATTR_PORTINFO_RECORD (CL_HTON16(0x0012)) macro