Searched refs:osm_bind_handle_t (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_dispatcher.h65 osmv_dispatch_mad(IN osm_bind_handle_t h_bind,
H A Dosm_vendor_api.h254 osm_bind_handle_t
300 void osm_vendor_unbind(IN osm_bind_handle_t h_bind);
324 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
355 osm_vendor_send(IN osm_bind_handle_t h_bind,
390 osm_vendor_put(IN osm_bind_handle_t h_bind,
419 ib_api_status_t osm_vendor_local_lid_change(IN osm_bind_handle_t h_bind);
442 void osm_vendor_set_sm(IN osm_bind_handle_t h_bind, IN boolean_t is_sm_val);
H A Dosm_vendor_mlx_transport.h82 osmv_transport_mad_send(IN const osm_bind_handle_t h_bind,
92 void osmv_transport_done(IN const osm_bind_handle_t h_bind);
H A Dosm_vendor_mlx_txn.h118 osmv_txn_init(IN osm_bind_handle_t h_bind,
132 osmv_txn_init_rmpp_sender(IN osm_bind_handle_t h_bind,
146 osmv_txn_init_rmpp_receiver(IN osm_bind_handle_t h_bind,
161 osmv_txn_done(IN osm_bind_handle_t h_bind,
316 osmv_txn_set_timeout_ev(IN osm_bind_handle_t h_bind,
327 void osmv_txn_remove_timeout_ev(IN osm_bind_handle_t h_bind, IN uint64_t key);
339 osmv_txn_lookup(IN osm_bind_handle_t h_bind,
342 void osmv_txn_abort_rmpp_txns(IN osm_bind_handle_t h_bind);
367 void osmv_txnmgr_done(IN osm_bind_handle_t h_bind);
369 void osmv_txn_lock(IN osm_bind_handle_t h_bin
[all...]
H A Dosm_vendor_mlx_sender.h64 osmv_simple_send_madw(IN osm_bind_handle_t h_bind,
81 osmv_rmpp_send_madw(IN osm_bind_handle_t h_bind,
92 osmv_rmpp_send_ack(IN osm_bind_handle_t h_bind,
104 osmv_rmpp_send_nak(IN osm_bind_handle_t h_bind,
H A Dosm_vendor_umadt.h75 /****s* OpenSM: Vendor Umadt /osm_bind_handle_t
77 * osm_bind_handle_t
85 typedef void *osm_bind_handle_t; typedef
H A Dosm_vendor_ibumad.h127 /****s* OpenSM: Vendor UMAD/osm_bind_handle_t
129 * osm_bind_handle_t
136 typedef void *osm_bind_handle_t; typedef
160 osm_bind_handle_t agents[OSM_UMAD_MAX_AGENTS];
179 osm_bind_handle_t h_bind;
H A Dosm_vendor_mlx.h85 typedef void *osm_bind_handle_t; typedef
H A Dosm_vendor_test.h120 } *osm_bind_handle_t; typedef in typeref:struct:_osm_bind_handle
H A Dosm_vendor_al.h250 /****s* OpenSM: Vendor AL/osm_bind_handle_t
252 * osm_bind_handle_t
294 /****s* OpenSM: Vendor AL/osm_bind_handle_t
296 * osm_bind_handle_t
303 typedef void *osm_bind_handle_t; typedef
318 osm_bind_handle_t h_bind;
H A Dosm_vendor_mtl.h297 /****s* OpenSM: Vendor MTL/osm_bind_handle_t
299 * osm_bind_handle_t
306 typedef void *osm_bind_handle_t; typedef
322 osm_bind_handle_t h_bind;
H A Dosm_vendor_mtl_transaction_mgr.h91 osm_bind_handle_t *p_bind;
213 osm_transaction_mgr_insert_madw(IN osm_bind_handle_t * p_bind,
H A Dosm_vendor_ts.h68 /****s* OpenSM: Vendor TS/osm_bind_handle_t
70 * osm_bind_handle_t
77 typedef void *osm_bind_handle_t; typedef
385 osm_bind_handle_t h_bind;
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mad_pool.h195 IN osm_bind_handle_t h_bind,
269 IN osm_bind_handle_t h_bind,
H A Dosm_sa_mad_ctrl.h99 osm_bind_handle_t h_bind;
326 static inline osm_bind_handle_t
H A Dosm_sm_mad_ctrl.h101 osm_bind_handle_t h_bind;
298 static inline osm_bind_handle_t
H A Dosm_inform.h100 osm_bind_handle_t h_bind;
H A Dosm_madw.h450 osm_bind_handle_t h_bind;
517 IN osm_bind_handle_t h_bind,
1043 static inline osm_bind_handle_t
1046 return ((osm_bind_handle_t) p_madw->h_bind);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c60 static void __osmv_txn_all_done(osm_bind_handle_t h_bind);
67 osmv_txn_init(IN osm_bind_handle_t h_bind,
117 osmv_txn_init_rmpp_sender(IN osm_bind_handle_t h_bind,
144 osmv_txn_init_rmpp_receiver(IN osm_bind_handle_t h_bind,
195 osmv_txn_set_timeout_ev(IN osm_bind_handle_t h_bind,
218 void osmv_txn_remove_timeout_ev(IN osm_bind_handle_t h_bind, IN uint64_t key)
226 osmv_txn_done(IN osm_bind_handle_t h_bind,
269 osmv_txn_lookup(IN osm_bind_handle_t h_bind,
276 void osmv_txn_abort_rmpp_txns(osm_bind_handle_t h_bind)
348 void osmv_txnmgr_done(IN osm_bind_handle_t h_bin
[all...]
H A Dosm_vendor_test.c114 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
142 osm_vendor_put(IN osm_bind_handle_t h_bind,
166 osm_vendor_send(IN osm_bind_handle_t h_bind,
188 osm_bind_handle_t
195 osm_bind_handle_t h_bind;
210 h_bind = (osm_bind_handle_t) malloc(sizeof(*h_bind));
242 ib_api_status_t osm_vendor_local_lid_change(IN osm_bind_handle_t h_bind)
H A Dosm_vendor_mlx_sender.c47 __osmv_rmpp_send_segment(IN osm_bind_handle_t h_bind,
63 osmv_simple_send_madw(IN osm_bind_handle_t h_bind,
137 osmv_rmpp_send_madw(IN osm_bind_handle_t h_bind,
248 osmv_rmpp_send_ack(IN osm_bind_handle_t h_bind,
283 osmv_rmpp_send_nak(IN osm_bind_handle_t h_bind,
307 __osmv_rmpp_send_segment(IN osm_bind_handle_t h_bind,
364 osmv_transport_mad_send((osm_bind_handle_t)
370 osmv_transport_mad_send((osm_bind_handle_t) p_bo,
382 osmv_rmpp_send_ack((osm_bind_handle_t) p_bo, p_mad,
H A Dosm_vendor_mlx_anafa.c60 __osmv_get_send_txn(IN osm_bind_handle_t h_bind,
65 static void __osm_vendor_internal_unbind(osm_bind_handle_t h_bind);
110 osm_bind_handle_t bind_h;
124 bind_h = (osm_bind_handle_t *) cl_qlist_obj(p_obj);
224 osm_bind_handle_t
300 osmv_txnmgr_done((osm_bind_handle_t) p_bo);
315 osmv_txnmgr_done((osm_bind_handle_t) p_bo);
326 return (osm_bind_handle_t) p_bo;
335 void osm_vendor_unbind(IN osm_bind_handle_t h_bind)
373 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bin
[all...]
H A Dosm_vendor_mlx.c53 __osmv_get_send_txn(IN osm_bind_handle_t h_bind,
58 static void __osm_vendor_internal_unbind(osm_bind_handle_t h_bind);
104 osm_bind_handle_t bind_h;
115 bind_h = (osm_bind_handle_t *) cl_qlist_obj(p_obj);
189 osm_bind_handle_t
284 osmv_txnmgr_done((osm_bind_handle_t) p_bo);
299 osmv_txnmgr_done((osm_bind_handle_t) p_bo);
309 return (osm_bind_handle_t) p_bo;
318 void osm_vendor_unbind(IN osm_bind_handle_t h_bind)
359 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bin
[all...]
H A Dosm_vendor_mlx_dispatcher.c61 __osmv_dispatch_route(IN osm_bind_handle_t h_bind,
65 __osmv_dispatch_simple_mad(IN osm_bind_handle_t h_bind,
71 __osmv_dispatch_rmpp_mad(IN osm_bind_handle_t h_bind,
77 __osmv_dispatch_rmpp_snd(IN osm_bind_handle_t h_bind,
83 __osmv_dispatch_rmpp_rcv(IN osm_bind_handle_t h_bind,
89 __osmv_dispatch_accept_seg(IN osm_bind_handle_t h_bind,
93 __osmv_dispatch_send_ack(IN osm_bind_handle_t h_bind,
116 osmv_dispatch_mad(IN osm_bind_handle_t h_bind,
191 __osmv_dispatch_route(IN osm_bind_handle_t h_bind,
236 __osmv_dispatch_simple_mad(IN osm_bind_handle_t h_bin
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mad_pool.c75 IN osm_bind_handle_t h_bind,
116 IN osm_bind_handle_t h_bind,

Completed in 140 milliseconds

12