Home
last modified time | relevance | path

Searched refs:evd_handle (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c77 OUT DAT_EVD_HANDLE *evd_handle) in dat_evd_create() argument
86 evd_handle); in dat_evd_create()
91 IN DAT_EVD_HANDLE evd_handle, in dat_evd_modify_cno() argument
94 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_modify_cno()
97 return DAT_EVD_MODIFY_CNO(evd_handle, in dat_evd_modify_cno()
155 OUT DAT_EVD_HANDLE *evd_handle) in dat_cno_wait() argument
162 evd_handle); in dat_cno_wait()
167 IN DAT_EVD_HANDLE evd_handle) in dat_evd_enable() argument
169 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_enable()
172 return (DAT_EVD_ENABLE(evd_handle)); in dat_evd_enable()
[all …]
H A Ddat_api.c121 IN DAT_EVD_HANDLE evd_handle, in dat_evd_resize() argument
124 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_resize()
127 return DAT_EVD_RESIZE(evd_handle, in dat_evd_resize()
133 IN DAT_EVD_HANDLE evd_handle, in dat_evd_post_se() argument
136 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_post_se()
139 return DAT_EVD_POST_SE(evd_handle, in dat_evd_post_se()
145 IN DAT_EVD_HANDLE evd_handle, in dat_evd_dequeue() argument
148 if (DAT_BAD_HANDLE(evd_handle)) { in dat_evd_dequeue()
151 return DAT_EVD_DEQUEUE(evd_handle, in dat_evd_dequeue()
157 IN DAT_EVD_HANDLE evd_handle) in dat_evd_free() argument
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_psp_create_any.c80 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 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 Ddapl_psp_create.c77 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 dapl_os_atomic_inc(&((DAPL_EVD *)evd_handle)->evd_ref_count); in dapl_psp_create()
H A Ddapl_rsp_create.c79 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 dapl_os_atomic_inc(&((DAPL_EVD *)evd_handle)->evd_ref_count); in dapl_rsp_create()
H A Ddapl_evd_free.c66 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 Ddapl_evd_query.c64 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 Ddapl_evd_disable.c64 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 Ddapl_evd_clear_unwaitable.c63 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 Ddapl_evd_dequeue.c69 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 Ddapl_evd_enable.c66 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 Ddapl_evd_set_unwaitable.c63 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 Ddapl_evd_create.c85 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 Ddapl_evd_post_se.c68 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 Ddapl_psp_free.c102 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 Ddapl_evd_modify_cno.c67 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 Ddapl_cno_wait.c71 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 Ddapl_evd_wait.c69 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 Ddapl_evd_resize.c72 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 Ddapl_psp_query.c97 psp_param->evd_handle = sp_ptr->evd_handle; in dapl_psp_query()
H A Ddapl_rsp_query.c96 rsp_param->evd_handle = sp_ptr->evd_handle; in dapl_rsp_query()
H A Ddapl_rsp_free.c109 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 Ddapl_osd.c418 evd_handle)->evd_ref_count); in dapls_osd_fork_cleanup()
478 evd_handle)->evd_ref_count); in dapls_osd_fork_cleanup()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c166 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()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h605 DAT_EVD_HANDLE evd_handle; member
623 DAT_EVD_HANDLE evd_handle; member
871 DAT_EVD_HANDLE evd_handle; member

12