Home
last modified time | relevance | path

Searched refs:cq_handle (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c84 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()
149 dapl_os_free(cq_handle, in dapls_ib_cq_alloc()
191 dapl_os_free(cq_handle, in dapls_ib_cq_alloc()
240 ib_cq_handle_t cq_handle; in dapls_ib_cq_resize() local
283 ib_cq_handle_t cq_handle; in dapli_ib_cq_resize_internal() local
305 if ((cqlen < cq_handle->cq_size) && (cq_handle->cq_addr)) { in dapli_ib_cq_resize_internal()
318 cq_handle->cq_addr, cq_handle->cq_map_len, errno); in dapli_ib_cq_resize_internal()
432 (munmap((char *)cq_handle->cq_addr, cq_handle->cq_map_len) < 0)) { in dapls_ib_cq_free()
[all …]
H A Ddapl_tavor_ibtf_qp.c70 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()
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()
114 cq_handle->cq_addr = NULL; in dapli_get_dto_cq()
117 cq_handle->cq_num = mcq->mcq_cqnum; in dapli_get_dto_cq()
119 cq_handle->cq_cqesz = mcq->mcq_cqesz; in dapli_get_dto_cq()
124 cq_handle, create_msg.evd_hkey); in dapli_get_dto_cq()
[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; 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()
609 ucq = uverbs_uobj_get_ucq_read(cmd.cq_handle); in sol_uverbs_req_notify_cq()
677 "poll_cq(cq_handle=%d)", cmd.cq_handle); in sol_uverbs_poll_cq()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_dto_callb.c65 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 Ddapl_evd_util.c1229 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 Dibmf_handlers.c311 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 Dibmf_impl.c942 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 Dib_user_verbs.h126 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 Dqed_hsi_rdma.h48 struct regpair cq_handle; member
H A Decore_hsi_rdma.h85 struct regpair cq_handle; member
/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);
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_rdma.h85 struct regpair cq_handle; member