Searched refs:p_vl15 (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_vl15intf.h | 192 void osm_vl15_construct(IN osm_vl15_t * p_vl15); 221 void osm_vl15_destroy(IN osm_vl15_t * p_vl15, IN struct osm_mad_pool *p_pool); 257 ib_api_status_t osm_vl15_init(IN osm_vl15_t * p_vl15, IN osm_vendor_t * p_vend, 310 void osm_vl15_post(IN osm_vl15_t * p_vl15, IN osm_madw_t * p_madw);
|
H A D | osm_sm_mad_ctrl.h | 99 osm_vl15_t *p_vl15; member 215 IN osm_vl15_t * p_vl15,
|
H A D | osm_sm.h | 125 osm_vl15_t *p_vl15; member 275 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log,
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sm.c | 243 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log, in osm_sm_init() argument 255 p_sm->p_vl15 = p_vl15; in osm_sm_init() 295 p_sm->p_mad_pool, p_sm->p_vl15, in osm_sm_init()
|
H A D | osm_sm_mad_ctrl.c | 168 osm_vl15_poll(p_ctrl->p_vl15); in sm_mad_ctrl_update_wire_stats() 844 IN osm_vl15_t * p_vl15, in osm_sm_mad_ctrl_init() argument 864 p_ctrl->p_vl15 = p_vl15; in osm_sm_mad_ctrl_init()
|
H A D | osm_req.c | 228 osm_vl15_post(sm->p_vl15, p_madw); in osm_req_get() 323 osm_vl15_post(sm->p_vl15, p_madw); in osm_send_req_mad() 426 osm_vl15_post(sm->p_vl15, madw); in osm_send_trap144()
|
H A D | osm_resp.c | 147 osm_vl15_post(sm->p_vl15, p_madw); in osm_resp_send()
|