Searched defs:p_pool (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mad_pool.h348 osm_mad_pool_get_outstanding(IN const osm_mad_pool_t * p_pool) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mad_pool.c55 void osm_mad_pool_construct(IN osm_mad_pool_t * p_pool) argument
62 void osm_mad_pool_destroy(IN osm_mad_pool_t * p_pool) argument
67 ib_api_status_t osm_mad_pool_init(IN osm_mad_pool_t * p_pool) argument
74 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool, argument
115 osm_mad_pool_get_wrapper(IN osm_mad_pool_t * p_pool, IN osm_bind_handle_t h_bind, IN uint32_t total_size, IN const ib_mad_t * p_mad, IN const osm_mad_addr_t * p_mad_addr) argument
145 osm_mad_pool_get_wrapper_raw(IN osm_mad_pool_t * p_pool) argument
160 osm_mad_pool_put(IN osm_mad_pool_t * p_pool, IN osm_madw_t * p_madw) argument
[all...]
H A Dosm_vl15intf.c221 void osm_vl15_destroy(IN osm_vl15_t * p_vl, IN struct osm_mad_pool *p_pool) argument
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_comppool.h267 static inline boolean_t cl_is_cpool_inited(IN const cl_cpool_t * const p_pool) argument
387 static inline void cl_cpool_destroy(IN cl_cpool_t * const p_pool) argument
427 cl_cpool_count(IN cl_cpool_t * const p_pool) argument
457 cl_cpool_get(IN cl_cpool_t * const p_pool) argument
502 cl_cpool_put(IN cl_cpool_t * const p_pool, IN void *const p_object) argument
552 cl_cpool_grow(IN cl_cpool_t * const p_pool, IN const uint32_t obj_count) argument
[all...]
H A Dcl_qpool.h273 static inline uint32_t cl_is_qpool_inited(IN const cl_qpool_t * const p_pool) argument
387 static inline void cl_qpool_destroy(IN cl_qpool_t * const p_pool) argument
427 cl_qpool_count(IN cl_qpool_t * const p_pool) argument
456 cl_qpool_get(IN cl_qpool_t * const p_pool) argument
492 cl_qpool_put(IN cl_qpool_t * const p_pool, IN cl_pool_item_t * const p_pool_item) argument
533 cl_qpool_put_list(IN cl_qpool_t * const p_pool, IN cl_qlist_t * const p_list) argument
573 cl_qpool_grow(IN cl_qpool_t * const p_pool, IN const size_t obj_count) argument
[all...]
H A Dcl_pool.h254 static inline uint32_t cl_is_pool_inited(IN const cl_pool_t * const p_pool) argument
366 static inline void cl_pool_destroy(IN cl_pool_t * const p_pool) argument
406 cl_pool_count(IN cl_pool_t * const p_pool) argument
434 cl_pool_get(IN cl_pool_t * const p_pool) argument
478 cl_pool_put(IN cl_pool_t * const p_pool, IN void *const p_object) argument
528 cl_pool_grow(IN cl_pool_t * const p_pool, IN const size_t obj_count) argument
[all...]
H A Dcl_qcomppool.h119 struct _cl_qcpool *p_pool; member in struct:_cl_pool_item
381 static inline uint32_t cl_is_qcpool_inited(IN const cl_qcpool_t * const p_pool) argument
541 cl_qcpool_count(IN cl_qcpool_t * const p_pool) argument
605 cl_qcpool_put(IN cl_qcpool_t * const p_pool, IN cl_pool_item_t * const p_pool_item) argument
652 cl_qcpool_put_list(IN cl_qcpool_t * const p_pool, IN cl_qlist_t * const p_list) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_pool.c58 void cl_qcpool_construct(IN cl_qcpool_t * const p_pool) argument
67 cl_status_t cl_qcpool_init(IN cl_qcpool_t * const p_pool, argument
164 cl_qcpool_destroy(IN cl_qcpool_t * const p_pool) argument
207 cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) argument
314 cl_qcpool_get(IN cl_qcpool_t * const p_pool) argument
345 cl_qcpool_get_tail(IN cl_qcpool_t * const p_pool) argument
389 cl_qpool_t *p_pool = (cl_qpool_t *) context; local
408 cl_qpool_t *p_pool = (cl_qpool_t *) context; local
416 cl_qpool_construct(IN cl_qpool_t * const p_pool) argument
423 cl_qpool_init(IN cl_qpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t object_size, IN cl_pfn_qpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_qpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
461 cl_cpool_t *p_pool = (cl_cpool_t *) context; local
500 cl_cpool_t *p_pool = (cl_cpool_t *) context; local
511 cl_cpool_construct(IN cl_cpool_t * const p_pool) argument
520 cl_cpool_init(IN cl_cpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN size_t * const component_sizes, IN const uint32_t num_components, IN cl_pfn_cpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_cpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
567 cl_pool_t *p_pool = (cl_pool_t *) context; local
606 cl_pool_t *p_pool = (cl_pool_t *) context; local
617 cl_pool_construct(IN cl_pool_t * const p_pool) argument
626 cl_pool_init(IN cl_pool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t object_size, IN cl_pfn_pool_init_t pfn_initializer OPTIONAL, IN cl_pfn_pool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c81 struct ecore_ptt_pool *p_pool = OSAL_ALLOC(p_hwfn->p_dev, local
[all...]

Completed in 86 milliseconds