/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_util.c | 76 ib_cq_handle_t cq_handle = IB_INVALID_HANDLE; in dapls_ib_cq_alloc() local 84 cq_handle = (ib_cq_handle_t) in dapls_ib_cq_alloc() 86 if (cq_handle == NULL) { in dapls_ib_cq_alloc() 93 (void) dapl_os_memzero(cq_handle, sizeof (*cq_handle)); in dapls_ib_cq_alloc() 125 dapl_os_free(cq_handle, sizeof (struct dapls_ib_cq_handle)); in dapls_ib_cq_alloc() 128 (void) dapl_os_memzero(cq_handle, sizeof (struct dapls_ib_cq_handle)); in dapls_ib_cq_alloc() 129 dapl_os_lock_init(&cq_handle->cq_wrid_wqhdr_lock); in dapls_ib_cq_alloc() 135 cq_handle->evd_hkey = create_msg.evd_hkey; in dapls_ib_cq_alloc() 146 DAT_FALSE, &cq_handle->cq_wrid_wqhdr_list)) { in dapls_ib_cq_alloc() 149 dapl_os_free(cq_handle, in dapls_ib_cq_alloc() [all …]
|
H A D | dapl_tavor_ibtf_qp.c | 70 ib_cq_handle_t cq_handle; in dapli_get_dto_cq() local 76 cq_handle = evd_ptr->ib_cq_handle; in dapli_get_dto_cq() 78 cq_handle = ia_ptr->hca_ptr->null_ib_cq_handle; in dapli_get_dto_cq() 80 cq_handle = (ib_cq_handle_t) in dapli_get_dto_cq() 82 if (cq_handle == NULL) { in dapli_get_dto_cq() 104 dapl_os_free(cq_handle, in dapli_get_dto_cq() 110 (void) dapl_os_memzero(cq_handle, in dapli_get_dto_cq() 112 dapl_os_lock_init(&cq_handle->cq_wrid_wqhdr_lock); in dapli_get_dto_cq() 113 cq_handle->evd_hkey = create_msg.evd_hkey; in dapli_get_dto_cq() 114 cq_handle->cq_addr = NULL; in dapli_get_dto_cq() [all …]
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 329 resp.cq_handle = ucq->uobj.uo_id; in sol_uverbs_create_cq() 444 "destroy_cq(cq_handle=%d)", cmd.cq_handle); in sol_uverbs_destroy_cq() 446 ucq = uverbs_uobj_get_ucq_write(cmd.cq_handle); in sol_uverbs_destroy_cq() 450 cmd.cq_handle); in sol_uverbs_destroy_cq() 456 cmd.cq_handle = 0; in sol_uverbs_destroy_cq() 517 "resize_cq(cq_handle=%d)", cmd.cq_handle); in sol_uverbs_resize_cq() 519 ucq = uverbs_uobj_get_ucq_write(cmd.cq_handle); in sol_uverbs_resize_cq() 523 cmd.cq_handle); in sol_uverbs_resize_cq() 607 "req_notify_cq(cq_handle=%d)", cmd.cq_handle); in sol_uverbs_req_notify_cq() 609 ucq = uverbs_uobj_get_ucq_read(cmd.cq_handle); in sol_uverbs_req_notify_cq() [all …]
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_dto_callb.c | 65 IN ib_cq_handle_t cq_handle, in dapl_evd_dto_callback() argument 75 cq_handle, in dapl_evd_dto_callback() 82 dapl_os_assert(evd_ptr->ib_cq_handle == cq_handle); in dapl_evd_dto_callback()
|
H A D | dapl_evd_util.c | 1229 ib_cq_handle_t cq_handle; in dapls_evd_copy_cq() local 1235 cq_handle = evd_ptr->ib_cq_handle; in dapls_evd_copy_cq() 1239 if (cq_handle == IB_INVALID_HANDLE) { in dapls_evd_copy_cq() 1243 dat_status = DAPL_POLL(evd_ptr)(cq_handle, in dapls_evd_copy_cq()
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_handlers.c | 311 ibmf_i_mad_completions(ibt_cq_hdl_t cq_handle, void *arg) in ibmf_i_mad_completions() argument 320 tnf_opaque, cq_handle, cq_handle); in ibmf_i_mad_completions() 330 status = ibt_poll_cq(cq_handle, &cqe, 1, NULL); in ibmf_i_mad_completions() 351 (void) ibt_enable_cq_notify(cq_handle, IBT_NEXT_COMPLETION); in ibmf_i_mad_completions() 358 status = ibt_poll_cq(cq_handle, &cqe, 1, NULL); in ibmf_i_mad_completions()
|
H A D | ibmf_impl.c | 942 ibt_cq_hdl_t cq_handle; in ibmf_i_init_cqs() local 965 &cq_handle, &num_entries); in ibmf_i_init_cqs() 974 ibt_set_cq_handler(cq_handle, ibmf_statep->ibmf_cq_handler, cip); in ibmf_i_init_cqs() 975 cip->ci_cq_handle = cq_handle; in ibmf_i_init_cqs() 979 &cq_handle, &num_entries); in ibmf_i_init_cqs() 989 ibt_set_cq_handler(cq_handle, ibmf_statep->ibmf_cq_handler, cip); in ibmf_i_init_cqs() 990 cip->ci_alt_cq_handle = cq_handle; in ibmf_i_init_cqs()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_user_verbs.h | 126 uint64_t cq_handle; member 325 uint32_t cq_handle; member 332 uint32_t cq_handle; member 345 uint32_t cq_handle; member 374 uint32_t cq_handle; member 380 uint32_t cq_handle; member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
H A D | qed_hsi_rdma.h | 48 struct regpair cq_handle; member
|
H A D | ecore_hsi_rdma.h | 85 struct regpair cq_handle; member
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_impl.h | 678 void ibmf_i_mad_completions(ibt_cq_hdl_t cq_handle, void *arg);
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_hsi_rdma.h | 85 struct regpair cq_handle; member
|