Searched refs:osm_mad_pool_get (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_req.c | 180 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 D | libopensm.map | 12 osm_mad_pool_get;
|
H A D | osm_mad_pool.c | 74 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool, in osm_mad_pool_get() function
|
H A D | osm_resp.c | 116 p_madw = osm_mad_pool_get(sm->p_mad_pool, in osm_resp_send()
|
H A D | osm_sa_class_port_info.c | 89 p_resp_madw = osm_mad_pool_get(sa->p_mad_pool, p_madw->h_bind, in cpi_rcv_respond()
|
H A D | osm_congestion_control.c | 239 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 D | osm_sa.c | 379 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 D | osm_inform.c | 330 p_report_madw = osm_mad_pool_get(p_infr_rec->sa->p_mad_pool, in send_report()
|
H A D | osm_perfmgr.c | 403 p_madw = osm_mad_pool_get(perfmgr->mad_pool, perfmgr->bind_handle, in perfmgr_build_mad()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mad_pool.h | 194 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool,
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_dispatcher.c | 252 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 D | osm_vendor_ts.c | 310 p_madw = osm_mad_pool_get(p_bind->p_osm_pool, in __osm_ts_rcv_callback()
|
H A D | osm_vendor_ibumad_sa.c | 362 p_madw = osm_mad_pool_get(p_bind->p_mad_pool, in __osmv_send_sa_req()
|
H A D | osm_vendor_mlx_sa.c | 454 p_madw = osm_mad_pool_get(p_bind->p_mad_pool, in __osmv_send_sa_req()
|
H A D | osm_vendor_mtl.c | 443 madw_p = osm_mad_pool_get(bind_info_p->p_osm_pool, in __osm_mtl_rcv_callback()
|
H A D | osm_vendor_ibumad.c | 387 if (!(p_madw = osm_mad_pool_get(p_bind->p_mad_pool, in umad_receiver()
|