Searched refs:owner_ia (Results 26 - 36 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h354 #define DAPL_SEND(x) (x->header.owner_ia->hca_ptr->post_send)
355 #define DAPL_RECV(x) (x->header.owner_ia->hca_ptr->post_recv)
356 #define DAPL_SRECV(x) (x->header.owner_ia->hca_ptr->post_srq)
357 #define DAPL_PEEK(x) (x->header.owner_ia->hca_ptr->cq_peek)
358 #define DAPL_POLL(x) (x->header.owner_ia->hca_ptr->cq_poll)
359 #define DAPL_POLL1(x) (x->header.owner_ia->hca_ptr->cq_poll_one)
360 #define DAPL_NOTIFY(x) (x->header.owner_ia->hca_ptr->cq_notify)
361 #define DAPL_FLUSH(x) (x->header.owner_ia->hca_ptr->srq_flush)
375 DAPL_IA *owner_ia; /* ia which owns this struct */ member in struct:dapl_header
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_srq.c209 ia_ptr = srq_ptr->header.owner_ia;
461 dat_status = dapls_ib_query_hca(srq_ptr->header.owner_ia->hca_ptr,
H A Ddapl_cr_accept.c176 dat_status = dapls_ib_qp_alloc(cr_ptr->header.owner_ia, ep_ptr,
H A Ddapl_evd_util.c219 evd_ptr->header.owner_ia = ia_ptr;
357 ia_ptr = evd_ptr->header.owner_ia;
660 ia_ptr = evd_ptr->header.owner_ia;
719 evd_ptr->header.owner_ia->async_error_evd, evd_ptr);
1347 ia_ptr = evd_ptr->header.owner_ia;
H A Ddapl_ia_open.c351 if (evd_ptr->header.owner_ia->hca_ptr->ib_hca_handle !=
H A Ddapl_rmr_bind.c94 rmr->header.owner_ia->hca_ptr->lmr_hash_table,
H A Ddapl_ep_modify.c392 ia = ep->header.owner_ia;
H A Ddapl_ep_util.c107 ep_ptr->header.owner_ia = ia_ptr;
H A Ddapl_ia_util.c87 ia_ptr->header.owner_ia = ia_ptr;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c309 hca_ptr = evd_ptr->header.owner_ia->hca_ptr;
670 retval = ioctl(pz->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd,
901 retval = ioctl(lmr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd,
1699 ia_fd = evd_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd;
1749 ia_fd = evd_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd;
1787 ia_ptr = evd_ptr->header.owner_ia;
1806 ia_fd = evd_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd;
1854 retval = ioctl(cno_ptr->header.owner_ia->hca_ptr->
1917 retval = ioctl(cno_ptr->header.owner_ia->hca_ptr->
H A Ddapl_tavor_ibtf_qp.c970 ia_fd = srq_ptr->header.owner_ia->hca_ptr->ib_hca_handle->ia_fd;
971 hca_fd = srq_ptr->header.owner_ia->hca_ptr->ib_hca_handle->hca_fd;

Completed in 94 milliseconds

12