Searched defs:ib_hca_handle (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_un_async_error_callb.c62 IN ib_hca_handle_t ib_hca_handle,
72 ib_hca_handle,
61 dapl_evd_un_async_error_callback( IN ib_hca_handle_t ib_hca_handle, IN ib_error_record_t *cause_ptr, IN void *context) argument
H A Ddapl_evd_cq_async_error_callb.c61 IN ib_hca_handle_t ib_hca_handle,
72 ib_hca_handle,
60 dapl_evd_cq_async_error_callback( IN ib_hca_handle_t ib_hca_handle, IN ib_cq_handle_t ib_cq_handle, IN ib_error_record_t *cause_ptr, IN void *context) argument
H A Ddapl_evd_qp_async_error_callb.c62 IN ib_hca_handle_t ib_hca_handle,
61 dapl_evd_qp_async_error_callback( IN ib_hca_handle_t ib_hca_handle, IN ib_qp_handle_t ib_qp_handle, IN ib_error_record_t *cause_ptr, IN void *context) argument
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c587 * ib_hca_handle provide HCA handle
599 IN ib_hca_handle_t ib_hca_handle)
601 if (ib_hca_handle == NULL) {
603 "close_hca: ib_hca_handle == NULL\n");
608 ib_hca_handle, ib_hca_handle->ia_fd, ib_hca_handle->ia_rnum);
610 (void) close(ib_hca_handle->ia_fd);
611 dapl_os_free((void *)ib_hca_handle,
598 dapls_ib_close_hca( IN ib_hca_handle_t ib_hca_handle) argument
H A Ddapl_tavor_ibtf_qp.c97 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd;
120 cq_handle->cq_iauar = ia_ptr->hca_ptr->ib_hca_handle->ia_uar;
140 * ib_hca_handle provider HCA handle
177 if (ia_ptr->hca_ptr->ib_hca_handle == NULL) {
183 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd;
184 hca_fd = ia_ptr->hca_ptr->ib_hca_handle->hca_fd;
321 qp_p->qp_iauar = ia_ptr->hca_ptr->ib_hca_handle->ia_uar;
322 qp_p->qp_ia_bf = ia_ptr->hca_ptr->ib_hca_handle->ia_bf;
323 qp_p->qp_ia_bf_toggle = ia_ptr->hca_ptr->ib_hca_handle->ia_bf_toggle;
421 * ib_hca_handle provide
434 ib_hca_handle_t ib_hca_handle = ia_ptr->hca_ptr->ib_hca_handle; local
754 ib_hca_handle_t ib_hca_handle = ia_handle->hca_ptr->ib_hca_handle; local
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h323 ib_hca_handle_t ib_hca_handle; member in struct:dapl_hca

Completed in 76 milliseconds