Home
last modified time | relevance | path

Searched refs:osm_mad_pool_get (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_req.c180 p_madw = osm_mad_pool_get(sm->p_mad_pool, sm->mad_ctrl.h_bind, in osm_req_get()
264 p_madw = osm_mad_pool_get(sm->p_mad_pool, sm->mad_ctrl.h_bind, in osm_prepare_req_set()
381 madw = osm_mad_pool_get(sm->p_mad_pool, in osm_send_trap144()
H A Dlibopensm.map12 osm_mad_pool_get;
H A Dosm_mad_pool.c74 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool, in osm_mad_pool_get() function
H A Dosm_resp.c116 p_madw = osm_mad_pool_get(sm->p_mad_pool, in osm_resp_send()
H A Dosm_sa_class_port_info.c89 p_resp_madw = osm_mad_pool_get(sa->p_mad_pool, p_madw->h_bind, in cpi_rcv_respond()
H A Dosm_congestion_control.c239 p_madw = osm_mad_pool_get(p_cc->mad_pool, p_cc->bind_handle, in cc_send_sw_cong_setting()
283 p_madw = osm_mad_pool_get(p_cc->mad_pool, p_cc->bind_handle, in cc_send_ca_cong_setting()
329 p_madw = osm_mad_pool_get(p_cc->mad_pool, p_cc->bind_handle, in cc_send_cct()
H A Dosm_sa.c379 p_resp_madw = osm_mad_pool_get(sa->p_mad_pool, in osm_sa_send_error()
474 resp_madw = osm_mad_pool_get(sa->p_mad_pool, madw->h_bind, in osm_sa_respond()
H A Dosm_inform.c330 p_report_madw = osm_mad_pool_get(p_infr_rec->sa->p_mad_pool, in send_report()
H A Dosm_perfmgr.c403 p_madw = osm_mad_pool_get(perfmgr->mad_pool, perfmgr->bind_handle, in perfmgr_build_mad()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mad_pool.h194 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool,
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_dispatcher.c252 osm_mad_pool_get(p_bo->p_osm_pool, h_bind, MAD_BLOCK_SIZE, in __osmv_dispatch_simple_mad()
592 osm_mad_pool_get(p_bo->p_osm_pool, h_bind, size, p_mad_addr); in __osmv_dispatch_rmpp_rcv()
H A Dosm_vendor_ts.c310 p_madw = osm_mad_pool_get(p_bind->p_osm_pool, in __osm_ts_rcv_callback()
H A Dosm_vendor_ibumad_sa.c362 p_madw = osm_mad_pool_get(p_bind->p_mad_pool, in __osmv_send_sa_req()
H A Dosm_vendor_mlx_sa.c454 p_madw = osm_mad_pool_get(p_bind->p_mad_pool, in __osmv_send_sa_req()
H A Dosm_vendor_mtl.c443 madw_p = osm_mad_pool_get(bind_info_p->p_osm_pool, in __osm_mtl_rcv_callback()
H A Dosm_vendor_ibumad.c387 if (!(p_madw = osm_mad_pool_get(p_bind->p_mad_pool, in umad_receiver()