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

/illumos-gate/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,
/illumos-gate/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
481 ib_cq_handle_t cq_handle = evd_ptr->ib_cq_handle; local
501 ib_cq_handle_t cq_handle = evd_ptr->ib_cq_handle; local
562 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...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c329 resp.cq_handle = ucq->uobj.uo_id;
444 "destroy_cq(cq_handle=%d)", cmd.cq_handle);
446 ucq = uverbs_uobj_get_ucq_write(cmd.cq_handle);
450 cmd.cq_handle);
456 cmd.cq_handle = 0;
517 "resize_cq(cq_handle=%d)", cmd.cq_handle);
519 ucq = uverbs_uobj_get_ucq_write(cmd.cq_handle);
523 cmd.cq_handle);
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c311 ibmf_i_mad_completions(ibt_cq_hdl_t cq_handle, void *arg) argument
320 tnf_opaque, cq_handle, cq_handle);
330 status = ibt_poll_cq(cq_handle, &cqe, 1, NULL);
351 (void) ibt_enable_cq_notify(cq_handle, IBT_NEXT_COMPLETION);
358 status = ibt_poll_cq(cq_handle, &cqe, 1, NULL);
H A Dibmf_impl.c942 ibt_cq_hdl_t cq_handle; local
965 &cq_handle, &num_entries);
974 ibt_set_cq_handler(cq_handle, ibmf_statep->ibmf_cq_handler, cip);
975 cip->ci_cq_handle = cq_handle;
979 &cq_handle, &num_entries);
989 ibt_set_cq_handler(cq_handle, ibmf_statep->ibmf_cq_handler, cip);
990 cip->ci_alt_cq_handle = cq_handle;
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h126 uint64_t cq_handle; member in struct:ib_uverbs_comp_event_desc
325 uint32_t cq_handle; member in struct:ib_uverbs_create_cq_resp
332 uint32_t cq_handle; member in struct:ib_uverbs_resize_cq
345 uint32_t cq_handle; member in struct:ib_uverbs_poll_cq
374 uint32_t cq_handle; member in struct:ib_uverbs_req_notify_cq
380 uint32_t cq_handle; member in struct:ib_uverbs_destroy_cq
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h678 void ibmf_i_mad_completions(ibt_cq_hdl_t cq_handle, void *arg);

Completed in 86 milliseconds