Home
last modified time | relevance | path

Searched refs:ib_mad_t (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h103 inline static boolean_t osmv_mad_is_rmpp(IN const ib_mad_t * p_mad) in osmv_mad_is_rmpp()
116 inline static boolean_t osmv_mad_is_multi_resp(IN const ib_mad_t * p_mad) in osmv_mad_is_multi_resp()
123 inline static boolean_t osmv_mad_is_sa(IN const ib_mad_t * p_mad) in osmv_mad_is_sa()
129 inline static boolean_t osmv_rmpp_is_abort_stop(IN const ib_mad_t * p_mad) in osmv_rmpp_is_abort_stop()
139 inline static boolean_t osmv_rmpp_is_data(IN const ib_mad_t * p_mad) in osmv_rmpp_is_data()
145 inline static boolean_t osmv_rmpp_is_ack(IN const ib_mad_t * p_mad) in osmv_rmpp_is_ack()
151 inline static boolean_t osmv_rmpp_is_first(IN const ib_mad_t * p_mad) in osmv_rmpp_is_first()
160 inline static boolean_t osmv_rmpp_is_last(IN const ib_mad_t * p_mad) in osmv_rmpp_is_last()
169 inline static uint8_t *osmv_mad_copy(IN const ib_mad_t * p_mad) in osmv_mad_copy()
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_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_mlx.h88 ib_mad_t *p_mad;
H A Dosm_pkt_randomizer.h202 IN const ib_mad_t * p_mad);
H A Dosm_vendor_mtl.h324 ib_mad_t *mad_buf_p;
H A Dosm_vendor_ts.h386 ib_mad_t *p_mad_buf;
H A Dosm_vendor_api.h324 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind,
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_dispatcher.c66 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);
121 const ib_mad_t *p_mad = (ib_mad_t *) p_mad_buf; in osmv_dispatch_mad()
242 ib_mad_t *p_mad_buf; in __osmv_dispatch_simple_mad()
299 IN const ib_mad_t * p_mad, in __osmv_dispatch_rmpp_mad()
388 IN const ib_mad_t * p_mad, in __osmv_dispatch_rmpp_snd()
485 IN const ib_mad_t * p_mad, in __osmv_dispatch_rmpp_rcv()
[all …]
H A Dosm_vendor_test.c114 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
119 ib_mad_t *p_mad; in osm_vendor_get()
129 p_mad = (ib_mad_t *) malloc(size); in osm_vendor_get()
144 IN ib_mad_t * const p_mad) in osm_vendor_put()
169 IN ib_mad_t * const p_mad, in osm_vendor_send()
H A Dosm_vendor_mlx_sender.c71 ib_mad_t *p_mad = (ib_mad_t *) mad_buf; in osmv_simple_send_madw()
249 IN const ib_mad_t * p_req_mad, in osmv_rmpp_send_ack()
284 IN const ib_mad_t * p_req_mad, in osmv_rmpp_send_nak()
313 ib_mad_t *p_mad = (ib_mad_t *) mad_buf; in __osmv_rmpp_send_segment()
H A Dosm_vendor_mtl.c387 ib_mad_t *mad_buf_p; in __osm_mtl_rcv_callback()
393 if (ib_mad_is_response((ib_mad_t *) payload_p)) { in __osm_mtl_rcv_callback()
397 (ib_mad_t *) payload_p, in __osm_mtl_rcv_callback()
411 ((ib_mad_t *) payload_p)->method, in __osm_mtl_rcv_callback()
412 cl_ntoh16(((ib_mad_t *) payload_p)->attr_id) in __osm_mtl_rcv_callback()
425 (((ib_mad_t *) in __osm_mtl_rcv_callback()
429 || (((ib_mad_t *) in __osm_mtl_rcv_callback()
809 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
813 ib_mad_t *mad_p; in osm_vendor_get()
827 mad_p = (ib_mad_t *) malloc(p_vw->size); in osm_vendor_get()
[all …]
H A Dosm_vendor_ts.c277 ib_mad_t *p_mad_buf; in __osm_ts_rcv_callback()
283 if (ib_mad_is_response((ib_mad_t *) p_mad)) { in __osm_ts_rcv_callback()
287 (ib_mad_t *) p_mad, in __osm_ts_rcv_callback()
481 (((ib_mad_t *) & in __osm_vendor_ts_poller()
486 (((ib_mad_t *) & in __osm_vendor_ts_poller()
642 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
646 ib_mad_t *p_mad; in osm_vendor_get()
657 p_mad = (ib_mad_t *) malloc(p_vw->size); in osm_vendor_get()
730 ib_mad_t *const p_mad = osm_madw_get_mad_ptr(p_madw); in osm_ts_send_mad()
H A Dosm_vendor_umadt.c375 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
384 ib_mad_t *p_mad; in osm_vendor_get()
410 return ((ib_mad_t *) & p_madt_struct->IBMad); in osm_vendor_get()
412 p_mad = (ib_mad_t *) malloc(mad_size); in osm_vendor_get()
433 IN ib_mad_t * const p_mad) in osm_vendor_put()
473 CL_ASSERT((ib_mad_t *) & p_vend_wrap->p_madt_struct->IBMad == in osm_vendor_put()
496 IN ib_mad_t * const p_mad, in osm_vendor_send()
965 (ib_mad_t *) & pRecvMad->IBMad, in __mad_recv_processor()
999 ((ib_mad_t *) p_osm_madw->p_mad)->trans_id = in __mad_recv_processor()
1005 ((ib_mad_t *) p_osm_madw->p_mad)->trans_id, in __mad_recv_processor()
H A Dosm_vendor_mlx_ts_anafa.c129 (((ib_mad_t *) & mad)->mgmt_class == in __osmv_TOPSPIN_ANAFA_receiver_thr()
131 || (((ib_mad_t *) & mad)->mgmt_class == in __osmv_TOPSPIN_ANAFA_receiver_thr()
273 const ib_mad_t *p_mad_hdr = p_mad; in osmv_transport_mad_send()
H A Dosm_vendor_mlx_anafa.c373 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
377 ib_mad_t *p_mad; in osm_vendor_get()
394 p_mad = (ib_mad_t *) malloc(act_mad_size); in osm_vendor_get()
436 ib_mad_t *p_mad; in osm_vendor_send()
679 ib_mad_t *p_mad = osm_madw_get_mad_ptr(p_madw); in __osmv_get_send_txn()
H A Dosm_vendor_mtl_transaction_mgr.c66 ib_mad_t *p_mad; in __osm_transaction_mgr_callback()
391 const ib_mad_t *mad_p = p_madw->p_mad; in osm_transaction_mgr_insert_madw()
447 IN ib_mad_t * p_mad) in osm_transaction_mgr_erase_madw()
497 IN ib_mad_t * const p_mad, in osm_transaction_mgr_get_madw_for_tid()
H A Dosm_vendor_mlx.c359 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
363 ib_mad_t *p_mad; in osm_vendor_get()
380 p_mad = (ib_mad_t *) malloc(act_mad_size); in osm_vendor_get()
422 ib_mad_t *p_mad; in osm_vendor_send()
688 ib_mad_t *p_mad = osm_madw_get_mad_ptr(p_madw); in __osmv_get_send_txn()
H A Dosm_vendor_mlx_sim.c114 (((ib_mad_t *) & p_mad-> in __osmv_ibms_receiver_callback()
118 (((ib_mad_t *) & p_mad-> in __osmv_ibms_receiver_callback()
253 const ib_mad_t *p_mad_hdr = p_mad; in osmv_transport_mad_send()
H A Dosm_vendor_mlx_ts.c133 (((ib_mad_t *) & in __osmv_TOPSPIN_receiver_thr()
138 (((ib_mad_t *) & in __osmv_TOPSPIN_receiver_thr()
286 const ib_mad_t *p_mad_hdr = p_mad; in osmv_transport_mad_send()
H A Dosm_vendor_mlx_rmpp_ctx.c60 if (osmv_mad_is_sa((ib_mad_t *) p_arbt_mad)) { in osmv_rmpp_send_ctx_init()
259 if (osmv_mad_is_sa((ib_mad_t *) p_mad)) { in osmv_rmpp_recv_ctx_store_mad_seg()
H A Dosm_vendor_al.c178 ib_mad_t *p_mad; in __osm_al_send_callback()
253 ib_mad_t *p_new_mad; in __osm_al_rcv_callback()
986 ib_mad_t *osm_vendor_get(IN osm_bind_handle_t h_bind, in osm_vendor_get()
990 ib_mad_t *p_mad; in osm_vendor_get()
1068 ib_mad_t *const p_mad = osm_madw_get_mad_ptr(p_madw); in osm_vendor_send()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h459 const ib_mad_t *p_mad;
1099 static inline ib_mad_t *osm_madw_get_mad_ptr(IN const osm_madw_t * p_madw) in osm_madw_get_mad_ptr()
1101 return ((ib_mad_t *) p_madw->p_mad); in osm_madw_get_mad_ptr()
1156 IN const ib_mad_t * p_mad) in osm_madw_set_mad()
H A Dosm_mad_pool.h271 IN const ib_mad_t * p_mad,
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mad_pool.c80 ib_mad_t *p_mad; in osm_mad_pool_get()
118 IN const ib_mad_t * p_mad, in osm_mad_pool_get_wrapper()

12