Searched refs:cq_handle (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_dto_callb.c65 IN ib_cq_handle_t cq_handle,
75 cq_handle,
82 dapl_os_assert(evd_ptr->ib_cq_handle == cq_handle);
63 dapl_evd_dto_callback( IN ib_hca_handle_t hca_handle, IN ib_cq_handle_t cq_handle, IN void *user_context) argument
H A Ddapl_evd_util.c1222 ib_cq_handle_t cq_handle; local
1228 cq_handle = evd_ptr->ib_cq_handle;
1232 if (cq_handle == IB_INVALID_HANDLE) {
1236 dat_status = DAPL_POLL(evd_ptr)(cq_handle,
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c76 ib_cq_handle_t cq_handle = IB_INVALID_HANDLE; local
84 cq_handle = (ib_cq_handle_t)
86 if (cq_handle == NULL) {
88 "cq_alloc: evd_ptr 0x%p, cq_handle == NULL\n",
93 (void) dapl_os_memzero(cq_handle, sizeof (*cq_handle));
125 dapl_os_free(cq_handle, sizeof (struct dapls_ib_cq_handle));
128 (void) dapl_os_memzero(cq_handle, sizeof (struct dapls_ib_cq_handle));
129 dapl_os_lock_init(&cq_handle->cq_wrid_wqhdr_lock);
135 cq_handle
240 ib_cq_handle_t cq_handle; local
283 ib_cq_handle_t cq_handle; local
424 ib_cq_handle_t cq_handle = evd_ptr->ib_cq_handle; local
483 ib_cq_handle_t cq_handle = evd_ptr->ib_cq_handle; local
503 ib_cq_handle_t cq_handle = evd_ptr->ib_cq_handle; local
564 ib_cq_handle_t cq_handle; local
[all...]
H A Ddapl_tavor_ibtf_qp.c52 * Obtain the cq_handle for a DTO EVD. If the EVD is NULL, use the
70 ib_cq_handle_t cq_handle; local
76 cq_handle = evd_ptr->ib_cq_handle;
78 cq_handle = ia_ptr->hca_ptr->null_ib_cq_handle;
80 cq_handle = (ib_cq_handle_t)
82 if (cq_handle == NULL) {
104 dapl_os_free(cq_handle,
110 (void) dapl_os_memzero(cq_handle,
112 dapl_os_lock_init(&cq_handle->cq_wrid_wqhdr_lock);
113 cq_handle
[all...]

Completed in 24 milliseconds