Home
last modified time | relevance | path

Searched refs:mad_method (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_perfmgr.c359 ib_net32_t dest_qp, uint8_t port, uint8_t mad_method, in osm_perfmgr_send_pc_mad() argument
381 pm_mad->header.method = mad_method; in osm_perfmgr_send_pc_mad()
531 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_GET; in __osm_perfmgr_query_counters()
1008 mad_context.perfmgr_context.mad_method = IB_MAD_METHOD_SET; in osm_perfmgr_check_overflow()
1157 mad_method, mad_context); in osm_pc_rcv_process()
1162 mad_context->perfmgr_context.mad_method, in osm_pc_rcv_process()
1176 if (mad_context->perfmgr_context.mad_method != IB_MAD_METHOD_SET) in osm_pc_rcv_process()
1183 if (mad_context->perfmgr_context.mad_method == IB_MAD_METHOD_GET) { in osm_pc_rcv_process()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_madw.h310 uint8_t mad_method; /* was this a get or a set */ member