Searched refs:mgt_res (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_inform.c364 IB_MGT_ret_t mgt_res; local
418 mgt_res = IB_MGT_send_mad(p_qp_ctx->ib_mgt_qp0_handle, p_smp, /* actual payload */
422 if (mgt_res != IB_MGT_OK) {
424 "Error sending mad (%d)\n", mgt_res);
/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl.c905 IB_MGT_ret_t mgt_res; local
944 mgt_res = IB_MGT_send_mad(p_bind->mad_hndl, p_mad, /* actual payload */
967 mgt_res = IB_MGT_send_mad_to_qp(p_bind->mad_hndl, p_mad, /* actual payload */
973 if (mgt_res != IB_MGT_OK) {
976 "Error sending mad (%d).\n", mgt_res);

Completed in 35 milliseconds