Searched refs:osm_mad_pool_t (Results 1 – 25 of 30) sorted by relevance
12
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mad_pool.h | 93 } osm_mad_pool_t; typedef 112 void osm_mad_pool_construct(IN osm_mad_pool_t * p_pool); 141 void osm_mad_pool_destroy(IN osm_mad_pool_t * p_pool); 169 ib_api_status_t osm_mad_pool_init(IN osm_mad_pool_t * p_pool); 194 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool, 238 void osm_mad_pool_put(IN osm_mad_pool_t * p_pool, IN osm_madw_t * p_madw); 268 osm_madw_t *osm_mad_pool_get_wrapper(IN osm_mad_pool_t * p_pool, 317 osm_madw_t *osm_mad_pool_get_wrapper_raw(IN osm_mad_pool_t * p_pool); 348 osm_mad_pool_get_outstanding(IN const osm_mad_pool_t * p_pool) in osm_mad_pool_get_outstanding()
|
H A D | osm_sm_mad_ctrl.h | 98 osm_mad_pool_t *p_mad_pool; 214 IN osm_mad_pool_t * p_mad_pool,
|
H A D | osm_sa_mad_ctrl.h | 97 osm_mad_pool_t *p_mad_pool; 217 IN osm_mad_pool_t * p_mad_pool,
|
H A D | osm_sm.h | 124 osm_mad_pool_t *p_mad_pool; 274 IN osm_mad_pool_t * p_mad_pool,
|
H A D | osm_sa.h | 187 osm_mad_pool_t *p_mad_pool; 354 IN osm_mad_pool_t * p_mad_pool,
|
H A D | osm_congestion_control.h | 81 osm_mad_pool_t *mad_pool;
|
H A D | osm_vl15intf.h | 369 void osm_vl15_shutdown(IN osm_vl15_t * p_vl, IN osm_mad_pool_t * p_mad_pool);
|
H A D | osm_opensm.h | 223 osm_mad_pool_t mad_pool;
|
H A D | osm_perfmgr.h | 139 osm_mad_pool_t *mad_pool;
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mad_pool.c | 55 void osm_mad_pool_construct(IN osm_mad_pool_t * p_pool) in osm_mad_pool_construct() 62 void osm_mad_pool_destroy(IN osm_mad_pool_t * p_pool) in osm_mad_pool_destroy() 67 ib_api_status_t osm_mad_pool_init(IN osm_mad_pool_t * p_pool) in osm_mad_pool_init() 74 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool, in osm_mad_pool_get() 115 osm_madw_t *osm_mad_pool_get_wrapper(IN osm_mad_pool_t * p_pool, in osm_mad_pool_get_wrapper() 145 osm_madw_t *osm_mad_pool_get_wrapper_raw(IN osm_mad_pool_t * p_pool) in osm_mad_pool_get_wrapper_raw() 160 void osm_mad_pool_put(IN osm_mad_pool_t * p_pool, IN osm_madw_t * p_madw) in osm_mad_pool_put()
|
H A D | osm_vl15intf.c | 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_sa_mad_ctrl.c | 508 IN osm_mad_pool_t * p_mad_pool, in osm_sa_mad_ctrl_init()
|
H A D | osm_sm.c | 242 IN osm_mad_pool_t * p_mad_pool, in osm_sm_init()
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mlx_defs.h | 90 osm_mad_pool_t *p_osm_pool;
|
H A D | osm_mtl_bind.h | 100 osm_mad_pool_t *p_osm_pool;
|
H A D | osm_umadt.h | 88 osm_mad_pool_t *p_mad_pool;
|
H A D | osm_vendor_api.h | 257 IN osm_mad_pool_t * const p_mad_pool,
|
H A D | osm_vendor_sa_api.h | 821 IN osm_mad_pool_t * const p_mad_pool, IN ib_net64_t port_guid);
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_test.c | 191 IN osm_mad_pool_t * const p_mad_pool, in osm_vendor_bind()
|
H A D | osm_vendor_mlx.c | 192 IN osm_mad_pool_t * const p_mad_pool, in osm_vendor_bind() 424 osm_mad_pool_t *p_mad_pool = p_bo->p_osm_pool; in osm_vendor_send()
|
H A D | osm_vendor_ibumad_sa.c | 53 osm_mad_pool_t *p_mad_pool; 221 IN osm_mad_pool_t * const p_mad_pool, IN ib_net64_t port_guid) in osmv_bind_sa()
|
H A D | osm_vendor_mlx_sa.c | 54 osm_mad_pool_t *p_mad_pool; 297 IN osm_mad_pool_t * const p_mad_pool, IN ib_net64_t port_guid) in osmv_bind_sa()
|
H A D | osm_vendor_al.c | 84 osm_mad_pool_t *p_osm_pool; 838 IN osm_mad_pool_t * const p_mad_pool, in osm_vendor_bind()
|
H A D | osm_vendor_ibumad.c | 84 osm_mad_pool_t *p_mad_pool; 869 IN osm_mad_pool_t * const p_mad_pool, in osm_vendor_bind()
|
H A D | osm_vendor_mlx_anafa.c | 227 IN osm_mad_pool_t * const p_mad_pool, in osm_vendor_bind()
|
12