/titanic_44/usr/src/lib/udapl/libdat/common/ |
H A D | udat_api.c | 80 OUT DAT_EVD_HANDLE *evd_handle) in dat_evd_create() argument 89 evd_handle); in dat_evd_create() 94 IN DAT_EVD_HANDLE evd_handle, in dat_evd_modify_cno() argument 97 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_modify_cno() 100 return DAT_EVD_MODIFY_CNO(evd_handle, in dat_evd_modify_cno() 158 OUT DAT_EVD_HANDLE *evd_handle) in dat_cno_wait() argument 165 evd_handle); in dat_cno_wait() 170 IN DAT_EVD_HANDLE evd_handle) in dat_evd_enable() argument 172 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_enable() 175 return (DAT_EVD_ENABLE(evd_handle)); in dat_evd_enable() [all …]
|
H A D | dat_api.c | 123 IN DAT_EVD_HANDLE evd_handle, in dat_evd_resize() argument 126 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_resize() 129 return DAT_EVD_RESIZE(evd_handle, in dat_evd_resize() 135 IN DAT_EVD_HANDLE evd_handle, in dat_evd_post_se() argument 138 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_post_se() 141 return DAT_EVD_POST_SE(evd_handle, in dat_evd_post_se() 147 IN DAT_EVD_HANDLE evd_handle, in dat_evd_dequeue() argument 150 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_dequeue() 153 return DAT_EVD_DEQUEUE(evd_handle, in dat_evd_dequeue() 159 IN DAT_EVD_HANDLE evd_handle) in dat_evd_free() argument [all …]
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_psp_create_any.c | 80 IN DAT_EVD_HANDLE evd_handle, in dapl_psp_create_any() argument 98 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_psp_create_any() 121 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_psp_create_any() 140 sp_ptr->evd_handle = evd_handle; in dapl_psp_create_any() 147 (void) dapl_os_atomic_inc(&((DAPL_EVD *)evd_handle)->evd_ref_count); in dapl_psp_create_any() 165 dapl_os_atomic_dec(&((DAPL_EVD *)evd_handle)->evd_ref_count); in dapl_psp_create_any()
|
H A D | dapl_psp_create.c | 77 IN DAT_EVD_HANDLE evd_handle, in dapl_psp_create() argument 96 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_psp_create() 114 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_psp_create() 157 sp_ptr->evd_handle = evd_handle; in dapl_psp_create() 164 (void) dapl_os_atomic_inc(&((DAPL_EVD *)evd_handle)->evd_ref_count); in dapl_psp_create()
|
H A D | dapl_rsp_create.c | 79 IN DAT_EVD_HANDLE evd_handle, in dapl_rsp_create() argument 106 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_rsp_create() 124 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_rsp_create() 150 sp_ptr->evd_handle = evd_handle; in dapl_rsp_create() 157 (void) dapl_os_atomic_inc(&((DAPL_EVD *)evd_handle)->evd_ref_count); in dapl_rsp_create()
|
H A D | dapl_evd_free.c | 66 IN DAT_EVD_HANDLE evd_handle) in dapl_evd_free() argument 71 dapl_dbg_log(DAPL_DBG_TYPE_API, "dapl_evd_free (%p)\n", evd_handle); in dapl_evd_free() 74 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_free() 76 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_free()
|
H A D | dapl_evd_query.c | 64 IN DAT_EVD_HANDLE evd_handle, in dapl_evd_query() argument 87 if (DAT_HANDLE_NULL == evd_handle) { in dapl_evd_query() 90 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_query() 95 evd_ptr = (DAPL_EVD *) evd_handle; in dapl_evd_query()
|
H A D | dapl_evd_disable.c | 64 IN DAT_EVD_HANDLE evd_handle) in dapl_evd_disable() argument 69 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_disable() 72 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_disable()
|
H A D | dapl_evd_clear_unwaitable.c | 63 IN DAT_EVD_HANDLE evd_handle) in dapl_evd_clear_unwaitable() argument 68 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_clear_unwaitable() 71 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_clear_unwaitable()
|
H A D | dapl_evd_enable.c | 66 IN DAT_EVD_HANDLE evd_handle) in dapl_evd_enable() argument 71 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_enable() 74 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_enable()
|
H A D | dapl_evd_set_unwaitable.c | 63 IN DAT_EVD_HANDLE evd_handle) in dapl_evd_set_unwaitable() argument 68 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_set_unwaitable() 71 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_set_unwaitable()
|
H A D | dapl_evd_dequeue.c | 69 IN DAT_EVD_HANDLE evd_handle, in dapl_evd_dequeue() argument 78 evd_handle, in dapl_evd_dequeue() 81 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_dequeue() 84 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_dequeue()
|
H A D | dapl_evd_create.c | 85 OUT DAT_EVD_HANDLE *evd_handle) in dapl_evd_create() argument 104 evd_handle); in dapl_evd_create() 109 *evd_handle = NULL; in dapl_evd_create() 172 *evd_handle = (DAT_EVD_HANDLE) evd_ptr; in dapl_evd_create()
|
H A D | dapl_evd_post_se.c | 68 DAT_EVD_HANDLE evd_handle, in dapl_evd_post_se() argument 74 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_post_se() 77 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_post_se()
|
H A D | dapl_psp_free.c | 102 if (sp_ptr->evd_handle) { in dapl_psp_free() 103 dapl_os_atomic_dec(&((DAPL_EVD *)sp_ptr->evd_handle)-> in dapl_psp_free() 105 sp_ptr->evd_handle = NULL; in dapl_psp_free()
|
H A D | dapl_evd_modify_cno.c | 67 IN DAT_EVD_HANDLE evd_handle, in dapl_evd_modify_cno() argument 75 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_modify_cno() 79 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_modify_cno()
|
H A D | dapl_cno_wait.c | 71 OUT DAT_EVD_HANDLE *evd_handle) /* evd_handle */ in dapl_cno_wait() argument 133 *evd_handle = evd_ptr; in dapl_cno_wait() 167 *evd_handle = evd_ptr; in dapl_cno_wait()
|
H A D | dapl_evd_wait.c | 69 IN DAT_EVD_HANDLE evd_handle, in dapl_evd_wait() argument 84 evd_handle, in dapl_evd_wait() 90 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_wait()
|
H A D | dapl_evd_resize.c | 72 IN DAT_EVD_HANDLE evd_handle, in dapl_evd_resize() argument 87 evd_ptr = (DAPL_EVD *)evd_handle; in dapl_evd_resize() 90 if (DAPL_BAD_HANDLE(evd_handle, DAPL_MAGIC_EVD)) { in dapl_evd_resize()
|
H A D | dapl_psp_query.c | 97 psp_param->evd_handle = sp_ptr->evd_handle; in dapl_psp_query()
|
H A D | dapl_rsp_query.c | 96 rsp_param->evd_handle = sp_ptr->evd_handle; in dapl_rsp_query()
|
H A D | dapl_rsp_free.c | 109 dapl_os_atomic_dec(&((DAPL_EVD *)sp_ptr->evd_handle)->evd_ref_count); in dapl_rsp_free() 110 sp_ptr->evd_handle = NULL; in dapl_rsp_free()
|
H A D | dapl_osd.c | 418 evd_handle)->evd_ref_count); in dapls_osd_fork_cleanup() 478 evd_handle)->evd_ref_count); in dapls_osd_fork_cleanup()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_qp.c | 166 DAPL_EVD *evd_handle; in dapls_ib_qp_alloc() local 202 evd_handle = (DAPL_EVD *)ep_ptr->param.connect_evd_handle; in dapls_ib_qp_alloc() 203 ep_args.ep_conn_evd_hkey = evd_handle->ib_cq_handle->evd_hkey; in dapls_ib_qp_alloc() 325 evd_handle = (DAPL_EVD *)ep_ptr->param.request_evd_handle; in dapls_ib_qp_alloc() 326 qp_p->qp_sq_cqhdl = evd_handle->ib_cq_handle; in dapls_ib_qp_alloc() 337 evd_handle = (DAPL_EVD *)ep_ptr->param.recv_evd_handle; in dapls_ib_qp_alloc() 338 qp_p->qp_rq_cqhdl = evd_handle->ib_cq_handle; in dapls_ib_qp_alloc()
|
/titanic_44/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat.h | 605 DAT_EVD_HANDLE evd_handle; member 623 DAT_EVD_HANDLE evd_handle; member 871 DAT_EVD_HANDLE evd_handle; member
|