Searched defs:p_txn (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c63 osmv_simple_send_madw(IN osm_bind_handle_t h_bind, IN osm_madw_t * const p_madw, IN osmv_txn_ctx_t * p_txn, IN boolean_t is_retry) argument
137 osmv_rmpp_send_madw(IN osm_bind_handle_t h_bind, IN osm_madw_t * const p_madw, IN osmv_txn_ctx_t * p_txn, IN boolean_t is_rmpp_ds) argument
307 __osmv_rmpp_send_segment(IN osm_bind_handle_t h_bind, IN osmv_txn_ctx_t * p_txn, IN uint32_t seg_num) argument
[all...]
H A Dosm_vendor_mlx_anafa.c435 osmv_txn_ctx_t *p_txn = NULL; local
H A Dosm_vendor_mlx.c421 osmv_txn_ctx_t *p_txn = NULL; local
H A Dosm_vendor_mlx_dispatcher.c123 osmv_txn_ctx_t *p_txn = NULL; local
236 __osmv_dispatch_simple_mad(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_mad, IN osmv_txn_ctx_t * p_txn, IN const osm_mad_addr_t * p_mad_addr) argument
298 __osmv_dispatch_rmpp_mad(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_mad, IN osmv_txn_ctx_t * p_txn, IN const osm_mad_addr_t * p_mad_addr) argument
387 __osmv_dispatch_rmpp_snd(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_mad, IN osmv_txn_ctx_t * p_txn, IN const osm_mad_addr_t * p_mad_addr) argument
484 __osmv_dispatch_rmpp_rcv(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_mad, IN osmv_txn_ctx_t * p_txn, IN const osm_mad_addr_t * p_mad_addr) argument
647 __osmv_dispatch_accept_seg(IN osm_bind_handle_t h_bind, IN osmv_txn_ctx_t * p_txn, IN const ib_mad_t * p_mad) argument
692 __osmv_dispatch_send_ack(IN osm_bind_handle_t h_bind, IN const ib_mad_t * p_req_mad, IN osmv_txn_ctx_t * p_txn, IN const osm_mad_addr_t * p_mad_addr) argument
[all...]
H A Dosm_vendor_mlx_txn.c71 osmv_txn_ctx_t *p_txn; local
117 osmv_txn_init_rmpp_sender(IN osm_bind_handle_t h_bind, IN osmv_txn_ctx_t * p_txn, IN osm_madw_t * p_madw) argument
144 osmv_txn_init_rmpp_receiver(IN osm_bind_handle_t h_bind, IN osmv_txn_ctx_t * p_txn, IN boolean_t is_init_by_peer) argument
281 osmv_txn_ctx_t *p_txn; local
401 __osmv_txnmgr_insert_txn(IN osmv_txn_mgr_t * p_tx_mgr, IN osmv_txn_ctx_t * p_txn, IN uint64_t key) argument
477 osmv_txn_ctx_t *p_txn; local
533 osmv_txn_ctx_t *p_txn; local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_txn.h172 static inline uint64_t osmv_txn_get_tid(IN osmv_txn_ctx_t * p_txn) argument
188 static inline uint64_t osmv_txn_get_key(IN osmv_txn_ctx_t * p_txn) argument
204 static inline boolean_t osmv_txn_is_rmpp_init_by_peer(IN osmv_txn_ctx_t * p_txn) argument
219 osmv_txn_get_rmpp_send_ctx(IN osmv_txn_ctx_t * p_txn) argument
235 osmv_txn_get_rmpp_recv_ctx(IN osmv_txn_ctx_t * p_txn) argument
252 osmv_txn_get_rmpp_state(IN osmv_txn_ctx_t * p_txn) argument
268 osmv_txn_set_rmpp_state(IN osmv_txn_ctx_t * p_txn, IN osmv_txn_rmpp_state_t state) argument
284 osmv_txn_get_madw(IN osmv_txn_ctx_t * p_txn) argument
300 osmv_txn_set_madw(IN osmv_txn_ctx_t * p_txn, IN osm_madw_t * p_madw) argument
[all...]

Completed in 201 milliseconds