Searched defs:ibtl_qp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c191 ibtl_qp_t *ibtl_qp; local
214 ibtl_qp = event_p->ev_qp_hdl;
215 if (ibtl_qp == NULL) {
222 ibtl_qp->qp_cat_fma_ena = event_p->ev_fma_ena; break;
224 ibtl_qp->qp_pth_fma_ena = event_p->ev_fma_ena; break;
226 ibtl_qp->qp_inv_fma_ena = event_p->ev_fma_ena; break;
228 ibtl_qp->qp_acc_fma_ena = event_p->ev_fma_ena; break;
231 ibtl_qp->qp_async_codes |= code;
232 if ((ibtl_qp->qp_async_flags & IBTL_ASYNC_PENDING) == 0) {
233 ibtl_qp
804 ibtl_do_qp_asyncs(ibtl_qp_t *ibtl_qp) argument
1059 ibtl_qp_t *ibtl_qp; local
1134 ibtl_free_qp_async_check(ibtl_qp_t *ibtl_qp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c724 ibtl_qp_hdl_t *ibtl_qp, ibt_qp_type_t type,
744 status = hermon_qp_alloc_range(state, log2, &qpinfo, ibtl_qp,
723 hermon_ci_alloc_qp_range(ibc_hca_hdl_t hca, uint_t log2, ibtl_qp_hdl_t *ibtl_qp, ibt_qp_type_t type, ibt_qp_alloc_attr_t *attr_p, ibt_chan_sizes_t *queue_sizes_p, ibc_cq_hdl_t *send_cq, ibc_cq_hdl_t *recv_cq, ib_qpn_t *qpn, ibc_qp_hdl_t *qp_p) argument

Completed in 85 milliseconds