Home
last modified time | relevance | path

Searched refs:IB_MAD_METHOD_GETMULTI (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/include/vendor/
HDosm_vendor_mlx_svc.h80 return IB_MAD_METHOD_GETMULTI; in osmv_invert_method()
83 case IB_MAD_METHOD_GETMULTI: in osmv_invert_method()
125 return (IB_MAD_METHOD_GETMULTI == p_mad->method in osmv_mad_is_multi_resp()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_ibumad_sa.c412 if (p_sa_mad->method == IB_MAD_METHOD_GETMULTI) in __osmv_send_sa_req()
701 sa_mad_data.method = IB_MAD_METHOD_GETMULTI; in osmv_query_sa()
HDosm_vendor_ibumad.c825 set_bit(IB_MAD_METHOD_GETMULTI, &method_mask); in osm_vendor_bind()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sa_mad_ctrl.c362 case IB_MAD_METHOD_GETMULTI: in __osm_sa_mad_ctrl_rcv_callback()
HDosm_sa_multipath_record.c1466 if (p_sa_mad->method != IB_MAD_METHOD_GETMULTI) { in osm_mpr_rcv_process()
/NextBSD/contrib/ofed/management/libibmad/include/infiniband/
HDmad.h104 IB_MAD_METHOD_GETMULTI = 0x14, enumerator
/NextBSD/contrib/ofed/management/opensm/include/iba/
HDib_types.h774 #define IB_MAD_METHOD_GETMULTI 0x14 macro