Home
last modified time | relevance | path

Searched refs:dapl_os_alloc (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_provider.c173 g_dapl_provider_list.head = dapl_os_alloc( in dapl_provider_list_create()
185 g_dapl_provider_list.tail = dapl_os_alloc( in dapl_provider_list_create()
252 cur_node = dapl_os_alloc(sizeof (DAPL_PROVIDER_LIST_NODE)); in dapl_provider_list_insert()
H A Ddapl_hash.c236 dapl_os_alloc(sizeof (DAPL_HASH_ELEM)); in dapli_hash_add()
365 p_table = dapl_os_alloc(sizeof (DAPL_HASH_TABLE)); in dapls_hash_create()
375 p_table->table = (DAPL_HASH_ELEM *)dapl_os_alloc(table_length); in dapls_hash_create()
H A Ddapl_cr_util.c69 cr_ptr = (DAPL_CR *)dapl_os_alloc(sizeof (DAPL_CR)); in dapls_cr_alloc()
H A Ddapl_pz_util.c65 pz = (DAPL_PZ *) dapl_os_alloc(sizeof (DAPL_PZ)); in dapl_pz_alloc()
H A Ddapl_srq_util.c61 srq_ptr = (DAPL_SRQ *)dapl_os_alloc(sizeof (DAPL_SRQ)); in dapl_srq_alloc()
H A Ddapl_cno_util.c64 cno_ptr = (DAPL_CNO *) dapl_os_alloc(sizeof (DAPL_CNO)); in dapl_cno_alloc()
H A Ddapl_hca_util.c68 hca_ptr = dapl_os_alloc(sizeof (DAPL_HCA)); in dapl_hca_alloc()
H A Ddapl_lmr_util.c56 lmr = (DAPL_LMR *)dapl_os_alloc(sizeof (DAPL_LMR)); in dapl_lmr_alloc()
H A Ddapl_rmr_util.c40 rmr = (DAPL_RMR *)dapl_os_alloc(sizeof (DAPL_RMR)); in dapl_rmr_alloc()
H A Ddapl_evd_resize.c115 event_ptr = (DAT_EVENT *) dapl_os_alloc(evd_qlen * sizeof (DAT_EVENT)); in dapl_evd_resize()
H A Ddapl_ring_buffer_util.c82 rbuf->base = (void *) dapl_os_alloc(rsize * sizeof (void *)); in dapls_rbuf_alloc()
H A Ddapl_sp_util.c72 sp_ptr = (DAPL_SP *)dapl_os_alloc(sizeof (DAPL_SP)); in dapls_sp_alloc()
H A Ddapl_cookie.c151 buffer->pool = dapl_os_alloc(size * sizeof (DAPL_COOKIE)); in dapls_cb_create()
H A Ddapl_evd_util.c213 evd_ptr = (DAPL_EVD *)dapl_os_alloc(sizeof (DAPL_EVD)); in dapls_evd_alloc()
286 event_ptr = (DAT_EVENT *) dapl_os_alloc(qlen * sizeof (DAT_EVENT)); in dapli_evd_event_alloc()
1338 evpp = (dapl_ib_event_t *)dapl_os_alloc( in dapls_evd_copy_events()
H A Ddapl_ep_util.c93 ep_ptr = (DAPL_EP *)dapl_os_alloc(sizeof (DAPL_EP)); in dapl_ep_alloc()
H A Ddapl_ia_util.c73 ia_ptr = (DAPL_IA *) dapl_os_alloc(sizeof (DAPL_IA)); in dapl_ia_alloc()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c81 dapl_os_alloc(sizeof (struct dapls_ib_cq_handle)); in dapli_get_dto_cq()
208 qp_p = (ib_qp_handle_t)dapl_os_alloc( in dapls_ib_qp_alloc()
224 dapl_os_alloc(premev_size); in dapls_ib_qp_alloc()
607 ibsrq_p = (ib_srq_handle_t)dapl_os_alloc(sizeof (*ibsrq_p)); in dapls_ib_srq_alloc()
683 dapl_os_alloc(premev_size); in dapls_ib_srq_alloc()
694 ibsrq_p->srq_freepr_events = (uint32_t *)dapl_os_alloc(freeev_size); in dapls_ib_srq_alloc()
1029 new_freepr_events = (uint32_t *)dapl_os_alloc(new_freepr_size); in dapli_ib_srq_resize_internal()
1033 new_premature_events = (ib_work_completion_t *)dapl_os_alloc( in dapli_ib_srq_resize_internal()
H A Ddapl_tavor_wr.c436 wridlist = dapl_os_alloc(size); in dapli_tavor_wrid_get_list()
449 wl_wre = dapl_os_alloc(wl_wre_size); in dapli_tavor_wrid_get_list()
455 wl_freel = dapl_os_alloc(wl_freel_size); in dapli_tavor_wrid_get_list()
948 wqhdr_tmp = dapl_os_alloc(size); in dapli_tavor_wrid_wqhdr_create()
1169 new_wl_wre = (dapls_tavor_wrid_entry_t *)dapl_os_alloc(new_size * in dapls_tavor_srq_wrid_resize()
1174 new_wl_freel = dapl_os_alloc(new_size * sizeof (uint32_t)); in dapls_tavor_srq_wrid_resize()
H A Ddapl_tavor_ibtf_dto.c76 pr_sgl = dapl_os_alloc(num_segments * sizeof (ibt_wr_ds_t)); in dapls_ib_post_recv()
242 pr_sgl = dapl_os_alloc(num_segments * sizeof (ibt_wr_ds_t)); in dapls_ib_post_srq()
328 ps_sgl = dapl_os_alloc(num_segments * sizeof (ibt_wr_ds_t)); in dapls_ib_post_send()
H A Ddapl_tavor_ibtf_util.c85 dapl_os_alloc(sizeof (struct dapls_ib_cq_handle)); in dapls_ib_cq_alloc()
615 pd_p = (struct dapls_ib_pd_handle *)dapl_os_alloc(sizeof (*pd_p)); in dapls_ib_pd_alloc()
719 mr_handle = dapl_os_alloc(sizeof (struct dapls_ib_mr_handle)); in dapls_ib_mr_register()
805 mr_handle = dapl_os_alloc(sizeof (struct dapls_ib_mr_handle)); in dapls_ib_mr_register_shared()
952 mr_handle = dapl_os_alloc(sizeof (struct dapls_ib_mr_handle)); in dapls_ib_mr_register_lmr()
1033 mw_handle = dapl_os_alloc(sizeof (struct dapls_ib_mw_handle)); in dapls_ib_mw_alloc()
H A Ddapl_tavor_ibtf_cm.c422 dapl_os_alloc(sizeof (*srvc_hdl)); in dapls_ib_setup_conn_listener()
H A Ddapl_tavor_hca.c521 hca_p = (struct dapls_ib_hca_handle *)dapl_os_alloc( in dapls_ib_open_hca()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h241 #define dapl_os_alloc(size) malloc((size)) macro