Home
last modified time | relevance | path

Searched refs:p_vl15 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_vl15intf.h192 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 Dosm_sm_mad_ctrl.h99 osm_vl15_t *p_vl15; member
215 IN osm_vl15_t * p_vl15,
H A Dosm_sm.h125 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 Dosm_sm.c243 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 Dosm_sm_mad_ctrl.c168 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 Dosm_req.c228 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 Dosm_resp.c147 osm_vl15_post(sm->p_vl15, p_madw); in osm_resp_send()