Searched refs:mad_ctrl (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm.c | 168 osm_sm_mad_ctrl_construct(&p_sm->mad_ctrl); in osm_sm_construct() 203 osm_sm_mad_ctrl_destroy(&p_sm->mad_ctrl); in osm_sm_shutdown() 294 status = osm_sm_mad_ctrl_init(&p_sm->mad_ctrl, p_sm->p_subn, in osm_sm_init() 430 status = osm_sm_mad_ctrl_bind(&p_sm->mad_ctrl, port_guid); in osm_sm_bind()
|
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() 382 osm_sm_mad_ctrl_get_bind_handle(&sm->mad_ctrl), in osm_send_trap144()
|
H A D | osm_opensm.c | 293 if (p_osm->sm.mad_ctrl.h_bind) in osm_opensm_destroy() 294 osm_vendor_set_sm(p_osm->sm.mad_ctrl.h_bind, FALSE); in osm_opensm_destroy() 560 osm_vendor_set_sm(p_osm->sm.mad_ctrl.h_bind, TRUE); in osm_opensm_bind()
|
H A D | osm_sa.c | 113 osm_sa_mad_ctrl_unbind(&p_sa->mad_ctrl); in osm_sa_shutdown() 143 osm_sa_mad_ctrl_destroy(&p_sa->mad_ctrl); in osm_sa_shutdown() 182 status = osm_sa_mad_ctrl_init(&p_sa->mad_ctrl, p_sa, p_sa->p_mad_pool, in osm_sa_init() 333 status = osm_sa_mad_ctrl_bind(&p_sa->mad_ctrl, port_guid); in osm_sa_bind() 922 infr.h_bind = p_osm->sa.mad_ctrl.h_bind; in load_infr()
|
H A D | osm_state_mgr.c | 224 h_bind = osm_sm_mad_ctrl_get_bind_handle(&sm->mad_ctrl); in state_mgr_sweep_hop_0() 408 h_bind = osm_sm_mad_ctrl_get_bind_handle(&sm->mad_ctrl); in state_mgr_notify_lid_change() 807 h_bind = osm_sm_mad_ctrl_get_bind_handle(&sm->mad_ctrl); in state_mgr_light_sweep_start()
|
H A D | osm_perfmgr.c | 966 h_bind = osm_sm_mad_ctrl_get_bind_handle(&sm->mad_ctrl); in sweep_hop_0()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_sm.h | 132 osm_sm_mad_ctrl_t mad_ctrl; member
|
H A D | osm_sa.h | 192 osm_sa_mad_ctrl_t mad_ctrl; member
|