Searched refs:osmv_txn_get_key (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_sender.c | 83 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 D | osm_vendor_mlx_dispatcher.c | 279 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 D | osm_vendor_mlx_txn.c | 125 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 D | osm_vendor_mlx_anafa.c | 493 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 D | osm_vendor_mlx.c | 484 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 D | osm_vendor_mlx_txn.h | 188 static inline uint64_t osmv_txn_get_key(IN osmv_txn_ctx_t * p_txn) in osmv_txn_get_key() function
|