Home
last modified time | relevance | path

Searched refs:bind_handle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
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()
533 status = osm_vendor_send(p_cc->bind_handle, p_madw, TRUE); in cc_poller_send()
747 p_cc->bind_handle = osm_vendor_bind(p_cc->vendor, &bind_info, in osm_congestion_control_bind()
752 if (p_cc->bind_handle == OSM_BIND_INVALID_HANDLE) { in osm_congestion_control_bind()
768 if (p_cc->bind_handle == OSM_BIND_INVALID_HANDLE) { in osm_congestion_control_shutdown()
H A Dosm_perfmgr.c292 if (pm->bind_handle != OSM_BIND_INVALID_HANDLE) { in osm_perfmgr_bind()
313 pm->bind_handle = osm_vendor_bind(pm->vendor, &bind_info, pm->mad_pool, in osm_perfmgr_bind()
317 if (pm->bind_handle == OSM_BIND_INVALID_HANDLE) { in osm_perfmgr_bind()
335 if (pm->bind_handle == OSM_BIND_INVALID_HANDLE) { in perfmgr_mad_unbind()
339 osm_vendor_unbind(pm->bind_handle); in perfmgr_mad_unbind()
403 p_madw = osm_mad_pool_get(perfmgr->mad_pool, perfmgr->bind_handle, in perfmgr_build_mad()
455 ib_api_status_t status = osm_vendor_send(perfmgr->bind_handle, p_madw, in perfmgr_send_mad()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_congestion_control.h84 osm_bind_handle_t bind_handle; member
H A Dosm_perfmgr.h142 osm_bind_handle_t bind_handle; member