Searched defs:ia_ptr (Results 26 - 29 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_cm.c400 dapls_ib_setup_conn_listener(IN DAPL_IA *ia_ptr, argument
403 ib_hca_handle_t hca_hdl = ia_ptr->hca_ptr->ib_hca_handle;
445 s = (struct sockaddr *)&ia_ptr->hca_ptr->hca_address;
471 dapls_ib_remove_conn_listener(IN DAPL_IA *ia_ptr, IN DAPL_SP *sp_ptr) argument
473 ib_hca_handle_t hca_hdl = ia_ptr->hca_ptr->ib_hca_handle;
499 s = (struct sockaddr *)&ia_ptr->hca_ptr->hca_address;
H A Ddapl_tavor_ibtf_qp.c66 IN DAPL_IA *ia_ptr,
77 } else if (ia_ptr->hca_ptr->null_ib_cq_handle != IB_INVALID_HANDLE) {
78 cq_handle = ia_ptr->hca_ptr->null_ib_cq_handle;
85 ia_ptr->hca_ptr->null_ib_cq_handle = IB_INVALID_HANDLE;
97 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd;
106 ia_ptr->hca_ptr->null_ib_cq_handle = IB_INVALID_HANDLE;
120 cq_handle->cq_iauar = ia_ptr->hca_ptr->ib_hca_handle->ia_uar;
127 ia_ptr->hca_ptr->null_ib_cq_handle = cq_handle;
155 IN DAPL_IA *ia_ptr,
177 if (ia_ptr
65 dapli_get_dto_cq( IN DAPL_IA *ia_ptr, IN DAPL_EVD *evd_ptr) argument
154 dapls_ib_qp_alloc( IN DAPL_IA *ia_ptr, IN DAPL_EP *ep_ptr, IN DAPL_EP *ep_ctx_ptr) argument
431 dapls_ib_qp_free(IN DAPL_IA *ia_ptr, IN DAPL_EP *ep_ptr) argument
496 dapls_ib_qp_modify(IN DAPL_IA *ia_ptr, IN DAPL_EP *ep_ptr, IN DAT_EP_ATTR *ep_attr) argument
580 dapls_ib_srq_alloc(IN DAPL_IA *ia_ptr, IN DAPL_SRQ *srq_ptr) argument
[all...]
H A Ddapl_tavor_ibtf_util.c69 IN DAPL_IA *ia_ptr,
95 /* get the hca information from ia_ptr */
113 ia_fd = ia_ptr->hca_ptr->ib_hca_handle->ia_fd;
114 hca_fd = ia_ptr->hca_ptr->ib_hca_handle->hca_fd;
206 cq_handle->cq_iauar = ia_ptr->hca_ptr->ib_hca_handle->ia_uar;
209 DAPL_INIT_CQ(ia_ptr)(cq_handle);
419 IN DAPL_IA *ia_ptr,
441 retval = ioctl(ia_ptr->hca_ptr->ib_hca_handle->ia_fd,
479 IN DAPL_IA *ia_ptr,
498 IN DAPL_IA *ia_ptr,
68 dapls_ib_cq_alloc( IN DAPL_IA *ia_ptr, IN DAPL_EVD *evd_ptr, IN DAPL_CNO *cno_ptr, IN DAT_COUNT *cqlen) argument
418 dapls_ib_cq_free( IN DAPL_IA *ia_ptr, IN DAPL_EVD *evd_ptr) argument
478 dapls_set_cq_notify( IN DAPL_IA *ia_ptr, IN DAPL_EVD *evd_ptr) argument
497 dapls_set_cqN_notify( IN DAPL_IA *ia_ptr, IN DAPL_EVD *evd_ptr, IN uint32_t num_events) argument
1265 DAPL_IA *ia_ptr; local
1356 dapls_ib_setup_async_callback( IN DAPL_IA *ia_ptr, IN DAPL_ASYNC_HANDLER_TYPE handler_type, IN unsigned int *callback_handle, IN ib_async_handler_t callback, IN void *context) argument
1782 DAPL_IA *ia_ptr; local
1876 dapls_ib_cno_alloc( IN DAPL_IA *ia_ptr, IN DAPL_CNO *cno_ptr) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c80 * ia_ptr
95 DAPL_IA *ia_ptr,
109 evd_ptr = dapls_evd_alloc(ia_ptr,
133 dat_status = dapls_ib_cq_alloc(ia_ptr,
140 ia_ptr,
151 * dat_status = dapls_set_cq_notify(ia_ptr, evd_ptr);
165 dapl_ia_link_evd(ia_ptr, evd_ptr);
195 IN DAPL_IA *ia_ptr,
216 evd_ptr->header.provider = ia_ptr->header.provider;
219 evd_ptr->header.owner_ia = ia_ptr;
94 dapls_evd_internal_create( DAPL_IA *ia_ptr, DAPL_CNO *cno_ptr, DAT_COUNT min_qlen, DAT_EVD_FLAGS evd_flags, DAPL_EVD **evd_ptr_ptr) argument
194 dapls_evd_alloc( IN DAPL_IA *ia_ptr, IN DAPL_CNO *cno_ptr, IN DAT_EVD_FLAGS evd_flags, IN DAT_COUNT qlen) argument
345 DAPL_IA *ia_ptr; local
658 DAPL_IA *ia_ptr; local
1313 DAPL_IA *ia_ptr; local
[all...]

Completed in 27 milliseconds

12