Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl.c178 osm_mtl_bind_info_t *p_bind = (osm_mtl_bind_info_t *) h_bind; in __osm_vendor_clear_sm()
382 osm_mtl_bind_info_t *bind_info_p = private_ctx_p; in __osm_mtl_rcv_callback()
517 osm_mtl_bind_info_t *bind_info_p = in __osm_mtl_send_callback()
518 (osm_mtl_bind_info_t *) private_ctx_p; in __osm_mtl_send_callback()
599 osm_mtl_bind_info_t *p_bind = NULL; in osm_vendor_bind()
640 p_bind = (osm_mtl_bind_info_t *) malloc(sizeof(osm_mtl_bind_info_t)); in osm_vendor_bind()
641 memset(p_bind, 0, sizeof(osm_mtl_bind_info_t)); in osm_vendor_bind()
814 osm_mtl_bind_info_t *p_bind = (osm_mtl_bind_info_t *) h_bind; in osm_vendor_get()
859 osm_mtl_bind_info_t *p_bind = (osm_mtl_bind_info_t *) h_bind; in osm_vendor_put()
895 osm_mtl_send_mad(IN osm_mtl_bind_info_t * p_bind, IN osm_madw_t * const p_madw) in osm_mtl_send_mad()
[all …]
H A Dosm_vendor_mtl_transaction_mgr.c68 osm_mtl_bind_info_t *p_bind; in __osm_transaction_mgr_callback()
217 osm_mtl_send_mad((osm_mtl_bind_info_t *) in __osm_transaction_mgr_callback()
381 osm_vendor_t *const p_vend = ((osm_mtl_bind_info_t *) p_bind)->p_vend; in osm_transaction_mgr_insert_madw()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_mtl_bind.h101 } osm_mtl_bind_info_t; typedef
133 osm_mtl_send_mad(IN osm_mtl_bind_info_t * p_bind, IN osm_madw_t * const p_madw);