Searched refs:cq_hca (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cq.c100 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(ibt_cq->cq_hca))
105 ibt_cq->cq_hca = hca_hdl;
128 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(ibt_cq->cq_hca))
147 ibtl_hca_t *ibt_hca = ibt_cq->cq_hca;
H A Dibtl_handlers.c946 ibtl_async_client_call(ibtl_cq->cq_hca,
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h263 * particular HCA, whose handle is recorded in the cq_hca field.
292 ibtl_hca_t *cq_hca; /* IBTL HCA hdl */ member in struct:ibtl_cq_s
309 _NOTE(DATA_READABLE_WITHOUT_LOCK(ibtl_cq_s::{cq_in_thread cq_hca
474 #define IBTL_CQ2CIHCA(ibtl_cq) IBTL_HCA2CIHCA((ibtl_cq)->cq_hca)
484 #define IBTL_CQ2CIHCAOPS_P(ibtl_cq) IBTL_HCA2CIHCAOPS_P((ibtl_cq)->cq_hca)
495 #define IBTL_CQ2CLNT(ibtl_cq) IBTL_HCA2CLNT((ibtl_cq)->cq_hca)

Completed in 53 milliseconds