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

12

/freebsd-10.1-release/contrib/ofed/management/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.h126 /****s* OpenSM: Vendor UMAD/osm_bind_handle_t
128 * osm_bind_handle_t
135 typedef void *osm_bind_handle_t; typedef
158 osm_bind_handle_t agents[UMAD_CA_MAX_AGENTS];
177 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-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_path.h82 osm_bind_handle_t h_bind;
149 IN const osm_bind_handle_t h_bind,
227 static inline osm_bind_handle_t
H A Dosm_mad_pool.h195 IN osm_bind_handle_t h_bind,
270 IN osm_bind_handle_t h_bind,
H A Dosm_sa_mad_ctrl.h99 osm_bind_handle_t h_bind;
315 static inline osm_bind_handle_t
H A Dosm_sm_mad_ctrl.h101 osm_bind_handle_t h_bind;
300 static inline osm_bind_handle_t
/freebsd-10.1-release/contrib/ofed/management/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,
115 osmv_txn_init_rmpp_sender(IN osm_bind_handle_t h_bind,
142 osmv_txn_init_rmpp_receiver(IN osm_bind_handle_t h_bind,
193 osmv_txn_set_timeout_ev(IN osm_bind_handle_t h_bind,
216 void osmv_txn_remove_timeout_ev(IN osm_bind_handle_t h_bind, IN uint64_t key)
224 osmv_txn_done(IN osm_bind_handle_t h_bind,
267 osmv_txn_lookup(IN osm_bind_handle_t h_bind,
274 void osmv_txn_abort_rmpp_txns(osm_bind_handle_t h_bind)
346 void osmv_txnmgr_done(IN osm_bind_handle_t h_bin
[all...]
H A Dosm_vendor_test.c126 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
156 osm_vendor_put(IN osm_bind_handle_t h_bind,
182 osm_vendor_send(IN osm_bind_handle_t h_bind,
206 osm_bind_handle_t
213 osm_bind_handle_t h_bind;
228 h_bind = (osm_bind_handle_t) malloc(sizeof(*h_bind));
264 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.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_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_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-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mad_pool.c81 IN osm_bind_handle_t h_bind,
124 IN osm_bind_handle_t h_bind,
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c68 int (*handler) (const struct query_cmd * q, osm_bind_handle_t h,
715 get_any_records(osm_bind_handle_t h,
760 get_all_records(osm_bind_handle_t h,
771 get_lid_from_name(osm_bind_handle_t h, const char *name, ib_net16_t * lid)
798 static ib_net16_t get_lid(osm_bind_handle_t h, const char *name)
813 static int parse_lid_and_ports(osm_bind_handle_t h,
857 get_issm_records(osm_bind_handle_t h, ib_net32_t capability_mask)
871 static ib_api_status_t print_node_records(osm_bind_handle_t h)
919 get_print_path_rec_lid(osm_bind_handle_t h,
957 get_print_path_rec_gid(osm_bind_handle_t
[all...]

Completed in 102 milliseconds

12