Home
last modified time | relevance | path

Searched refs:mad_hndl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl.c376 __osm_mtl_rcv_callback(IN IB_MGT_mad_hndl_t mad_hndl, in __osm_mtl_rcv_callback() argument
512 __osm_mtl_send_callback(IN IB_MGT_mad_hndl_t mad_hndl, in __osm_mtl_send_callback() argument
720 p_bind->mad_hndl = ib_mgt_hdl_p->smi_mads_hdl; in osm_vendor_bind()
724 mgt_ret = IB_MGT_reg_cb(p_bind->mad_hndl, in osm_vendor_bind()
770 p_bind->mad_hndl = ib_mgt_hdl_p->gsi_mads_hdl; in osm_vendor_bind()
773 mgt_ret = IB_MGT_reg_cb(p_bind->mad_hndl, in osm_vendor_bind()
783 p_bind->mad_hndl = ib_mgt_hdl_p->gsi_mads_hdl; in osm_vendor_bind()
941 mgt_res = IB_MGT_send_mad(p_bind->mad_hndl, p_mad, /* actual payload */ in osm_mtl_send_mad()
964 mgt_res = IB_MGT_send_mad_to_qp(p_bind->mad_hndl, p_mad, /* actual payload */ in osm_mtl_send_mad()
H A Dosm_vendor_mlx_ibmgt.c83 __osmv_IBMGT_send_cb(IN IB_MGT_mad_hndl_t mad_hndl,
88 __osmv_IBMGT_rcv_cb(IN IB_MGT_mad_hndl_t mad_hndl,
598 __osmv_IBMGT_rcv_cb(IN IB_MGT_mad_hndl_t mad_hndl, in __osmv_IBMGT_rcv_cb() argument
666 __osmv_IBMGT_send_cb(IN IB_MGT_mad_hndl_t mad_hndl, in __osmv_IBMGT_send_cb() argument
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_mtl_bind.h92 IB_MGT_mad_hndl_t mad_hndl; member