Home
last modified time | relevance | path

Searched refs:osmv_txn_get_key (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c83 key = osmv_txn_get_key(p_txn); in osmv_simple_send_madw()
174 ret = osmv_txn_set_timeout_ev(h_bind, osmv_txn_get_key(p_txn), in osmv_rmpp_send_madw()
332 key = osmv_txn_get_key(p_txn); in __osmv_rmpp_send_segment()
H A Dosm_vendor_mlx_dispatcher.c279 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), FALSE); in __osmv_dispatch_simple_mad()
363 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), FALSE); in __osmv_dispatch_rmpp_mad()
467 osmv_txn_remove_timeout_ev(h_bind, osmv_txn_get_key(p_txn)); in __osmv_dispatch_rmpp_snd()
496 uint64_t key = osmv_txn_get_key(p_txn); in __osmv_dispatch_rmpp_rcv()
H A Dosm_vendor_mlx_txn.c125 osmv_txn_remove_timeout_ev(h_bind, osmv_txn_get_key(p_txn)); in osmv_txn_init_rmpp_sender()
150 uint64_t key = osmv_txn_get_key(p_txn); in osmv_txn_init_rmpp_receiver()
411 key = osmv_txn_get_key(p_txn); in __osmv_txnmgr_insert_txn()
486 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), FALSE); in __osmv_txn_all_done()
H A Dosm_vendor_mlx_anafa.c493 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), in osm_vendor_send()
502 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), in osm_vendor_send()
H A Dosm_vendor_mlx.c484 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), in osm_vendor_send()
493 osmv_txn_done(h_bind, osmv_txn_get_key(p_txn), in osm_vendor_send()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h188 static inline uint64_t osmv_txn_get_key(IN osmv_txn_ctx_t * p_txn) in osmv_txn_get_key() function