Searched refs:ib_mad_t (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h53 inline static boolean_t osmv_mad_is_response(IN const ib_mad_t * p_mad)
109 inline static boolean_t osmv_mad_is_rmpp(IN const ib_mad_t * p_mad)
122 inline static boolean_t osmv_mad_is_multi_resp(IN const ib_mad_t * p_mad)
129 inline static boolean_t osmv_mad_is_sa(IN const ib_mad_t * p_mad)
135 inline static boolean_t osmv_rmpp_is_abort_stop(IN const ib_mad_t * p_mad)
145 inline static boolean_t osmv_rmpp_is_data(IN const ib_mad_t * p_mad)
151 inline static boolean_t osmv_rmpp_is_ack(IN const ib_mad_t * p_mad)
157 inline static boolean_t osmv_rmpp_is_first(IN const ib_mad_t * p_mad)
166 inline static boolean_t osmv_rmpp_is_last(IN const ib_mad_t * p_mad)
175 inline static uint8_t *osmv_mad_copy(IN const ib_mad_t * p_ma
[all...]
H A Dosm_vendor_mlx.h88 ib_mad_t *p_mad;
H A Dosm_vendor_mlx_sender.h93 IN const ib_mad_t * p_req_mad,
105 IN const ib_mad_t * p_req_mad,
H A Dosm_vendor_mtl_transaction_mgr.h239 IN ib_mad_t * p_mad);
261 IN ib_mad_t * const p_mad,
H A Dosm_pkt_randomizer.h202 IN const ib_mad_t * p_mad);
212 * [in] Pointer to the ib_mad_t mad to be checked.
H A Dosm_vendor_mtl.h324 ib_mad_t *mad_buf_p;
H A Dosm_vendor_api.h324 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
H A Dosm_vendor_ts.h386 ib_mad_t *p_mad_buf;
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_dispatcher.c62 IN const ib_mad_t * p_mad, OUT osmv_txn_ctx_t ** pp_txn);
66 IN const ib_mad_t * p_mad,
72 IN const ib_mad_t * p_mad,
78 IN const ib_mad_t * p_mad,
84 IN const ib_mad_t * p_mad,
91 IN const ib_mad_t * p_mad);
94 IN const ib_mad_t * p_req_mad,
121 const ib_mad_t *p_mad = (ib_mad_t *) p_mad_buf;
192 IN const ib_mad_t * p_ma
[all...]
H A Dosm_vendor_test.c126 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
131 ib_mad_t *p_mad;
141 p_mad = (ib_mad_t *) malloc(size);
158 IN ib_mad_t * const p_mad)
185 IN ib_mad_t * const p_mad,
H A Dosm_vendor_mlx_sender.c71 ib_mad_t *p_mad = (ib_mad_t *) mad_buf;
249 IN const ib_mad_t * p_req_mad,
284 IN const ib_mad_t * p_req_mad,
313 ib_mad_t *p_mad = (ib_mad_t *) mad_buf;
H A Dosm_vendor_ts.c280 ib_mad_t *p_mad_buf;
286 if (ib_mad_is_response((ib_mad_t *) p_mad)) {
290 (ib_mad_t *) p_mad,
484 (((ib_mad_t *) &
489 (((ib_mad_t *) &
645 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
649 ib_mad_t *p_mad;
660 p_mad = (ib_mad_t *) malloc(p_vw->size);
733 ib_mad_t *const p_mad = osm_madw_get_mad_ptr(p_madw);
H A Dosm_vendor_mlx_ts_anafa.c129 (((ib_mad_t *) & mad)->mgmt_class ==
131 || (((ib_mad_t *) & mad)->mgmt_class ==
273 const ib_mad_t *p_mad_hdr = p_mad;
H A Dosm_vendor_mtl.c390 ib_mad_t *mad_buf_p;
396 if (ib_mad_is_response((ib_mad_t *) payload_p)) {
400 (ib_mad_t *) payload_p,
414 ((ib_mad_t *) payload_p)->method,
415 cl_ntoh16(((ib_mad_t *) payload_p)->attr_id)
428 (((ib_mad_t *)
432 || (((ib_mad_t *)
812 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
816 ib_mad_t *mad_p;
830 mad_p = (ib_mad_t *) mallo
[all...]
H A Dosm_vendor_umadt.c375 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
384 ib_mad_t *p_mad;
410 return ((ib_mad_t *) & p_madt_struct->IBMad);
412 p_mad = (ib_mad_t *) malloc(mad_size);
433 IN ib_mad_t * const p_mad)
453 /* CL_ASSERT( (ib_mad_t*)&p_vend_wrap->p_madt_struct->IBMad == p_mad ); */
473 CL_ASSERT((ib_mad_t *) & p_vend_wrap->p_madt_struct->IBMad ==
496 IN ib_mad_t * const p_mad,
527 /* CL_ASSERT( (ib_mad_t*)&p_vend_wrap->p_madt_struct->IBMad == p_mad ); */
969 (ib_mad_t *)
[all...]
H A Dosm_vendor_mlx_sim.c114 (((ib_mad_t *) & p_mad->
118 (((ib_mad_t *) & p_mad->
253 const ib_mad_t *p_mad_hdr = p_mad;
H A Dosm_vendor_mtl_transaction_mgr.c66 ib_mad_t *p_mad;
391 const ib_mad_t *mad_p = p_madw->p_mad;
447 IN ib_mad_t * p_mad)
497 IN ib_mad_t * const p_mad,
H A Dosm_vendor_mlx.c359 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
363 ib_mad_t *p_mad;
380 p_mad = (ib_mad_t *) malloc(act_mad_size);
422 ib_mad_t *p_mad;
688 ib_mad_t *p_mad = osm_madw_get_mad_ptr(p_madw);
H A Dosm_vendor_mlx_anafa.c373 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
377 ib_mad_t *p_mad;
394 p_mad = (ib_mad_t *) malloc(act_mad_size);
436 ib_mad_t *p_mad;
679 ib_mad_t *p_mad = osm_madw_get_mad_ptr(p_madw);
H A Dosm_vendor_mlx_ts.c133 (((ib_mad_t *) &
138 (((ib_mad_t *) &
286 const ib_mad_t *p_mad_hdr = p_mad;
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_multicast.c770 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
802 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
840 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
876 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
912 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
939 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
965 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
991 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad)));
1017 ib_get_mad_status_str((ib_mad_t *) (&res_sa_mad))
1044 ib_get_mad_status_str((ib_mad_t *) (
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mad_pool.c86 ib_mad_t *p_mad;
126 IN const ib_mad_t * const p_mad,
/freebsd-10.2-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_mad_pool.h272 IN const ib_mad_t * const p_mad,
H A Dosm_madw.h415 const ib_mad_t *p_mad;
1003 static inline ib_mad_t *osm_madw_get_mad_ptr(IN const osm_madw_t * const p_madw)
1005 return ((ib_mad_t *) p_madw->p_mad);
1061 osm_madw_set_mad(IN osm_madw_t * const p_madw, IN const ib_mad_t * const p_mad)
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h383 const char *ib_get_mad_status_str(IN const ib_mad_t * const p_mad);

Completed in 367 milliseconds

12