Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_vl15intf.h132 } osm_vl15_t; typedef
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);
339 void osm_vl15_poll(IN osm_vl15_t * p_vl);
369 void osm_vl15_shutdown(IN osm_vl15_t * p_vl, IN osm_mad_pool_t * p_mad_pool);
H A Dosm_sm_mad_ctrl.h99 osm_vl15_t *p_vl15;
215 IN osm_vl15_t * p_vl15,
H A Dosm_sm.h125 osm_vl15_t *p_vl15;
275 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log,
H A Dosm_opensm.h226 osm_vl15_t vl15;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c59 static void vl15_send_mad(osm_vl15_t * p_vl, osm_madw_t * p_madw) in vl15_send_mad()
135 osm_vl15_t *p_vl = p_ptr; in vl15_poller()
209 void osm_vl15_construct(IN osm_vl15_t * p_vl) in osm_vl15_construct()
221 void osm_vl15_destroy(IN osm_vl15_t * p_vl, IN struct osm_mad_pool *p_pool) in osm_vl15_destroy()
265 ib_api_status_t osm_vl15_init(IN osm_vl15_t * p_vl, IN osm_vendor_t * p_vend, in osm_vl15_init()
306 void osm_vl15_poll(IN osm_vl15_t * p_vl) in osm_vl15_poll()
331 void osm_vl15_post(IN osm_vl15_t * p_vl, IN osm_madw_t * p_madw) in osm_vl15_post()
360 void osm_vl15_shutdown(IN osm_vl15_t * p_vl, IN osm_mad_pool_t * p_mad_pool) in osm_vl15_shutdown()
H A Dosm_sm.c243 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log, in osm_sm_init()
H A Dosm_sm_mad_ctrl.c844 IN osm_vl15_t * p_vl15, in osm_sm_mad_ctrl_init()