Home
last modified time | relevance | path

Searched refs:IB_MAD_METHOD_GETTABLE_RESP (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/ofed/management/opensm/include/vendor/
HDosm_vendor_mlx_svc.h72 case IB_MAD_METHOD_GETTABLE_RESP: in osmv_invert_method()
76 return IB_MAD_METHOD_GETTABLE_RESP; in osmv_invert_method()
/trueos/contrib/ofed/management/opensm/opensm/
HDosm_sa.c482 if (resp_sa_mad->method == IB_MAD_METHOD_GETTABLE_RESP) { in osm_sa_respond()
490 if (resp_sa_mad->method == IB_MAD_METHOD_GETTABLE_RESP) in osm_sa_respond()
/trueos/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_mlx_sa.c132 if (p_sa_mad->method != IB_MAD_METHOD_GETTABLE_RESP) { in __osmv_sa_mad_rcv_cb()
HDosm_vendor_ibumad_sa.c125 if (p_sa_mad->method != IB_MAD_METHOD_GETTABLE_RESP) { in __osmv_sa_mad_rcv_cb()
/trueos/contrib/ofed/management/opensm/include/iba/
HDib_types.h769 #define IB_MAD_METHOD_GETTABLE_RESP 0x92 macro