Searched refs:osm_vl15_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_vl15intf.h | 132 } 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 D | osm_sm_mad_ctrl.h | 99 osm_vl15_t *p_vl15; 215 IN osm_vl15_t * p_vl15,
|
H A D | osm_sm.h | 125 osm_vl15_t *p_vl15; 275 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log,
|
H A D | osm_opensm.h | 226 osm_vl15_t vl15;
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_vl15intf.c | 59 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 D | osm_sm.c | 243 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log, in osm_sm_init()
|
H A D | osm_sm_mad_ctrl.c | 844 IN osm_vl15_t * p_vl15, in osm_sm_mad_ctrl_init()
|