Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h74 return IB_MAD_METHOD_GETMULTI; in osmv_invert_method()
77 case IB_MAD_METHOD_GETMULTI: in osmv_invert_method()
119 return (IB_MAD_METHOD_GETMULTI == p_mad->method in osmv_mad_is_multi_resp()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c398 if (p_sa_mad->method == IB_MAD_METHOD_GETMULTI) in __osmv_send_sa_req()
514 if (sa_mad_data.method == IB_MAD_METHOD_GETMULTI || in osmv_query_sa()
690 sa_mad_data.method = IB_MAD_METHOD_GETMULTI; in osmv_query_sa()
H A Dosm_vendor_mlx_sa.c590 if (sa_mad_data.method == IB_MAD_METHOD_GETMULTI || in osmv_query_sa()
765 sa_mad_data.method = IB_MAD_METHOD_GETMULTI; in osmv_query_sa()
H A Dosm_vendor_ibumad.c937 set_bit(IB_MAD_METHOD_GETMULTI, &method_mask); in osm_vendor_bind()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c373 case IB_MAD_METHOD_GETMULTI: in sa_mad_ctrl_rcv_callback()
H A Dosm_sa_multipath_record.c1563 if (p_sa_mad->method != IB_MAD_METHOD_GETMULTI) { in osm_mpr_rcv_process()
/freebsd/contrib/ofed/libibmad/
H A Dmad.h110 IB_MAD_METHOD_GETMULTI = 0x14, enumerator
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h788 #define IB_MAD_METHOD_GETMULTI 0x14 macro