Home
last modified time | relevance | path

Searched refs:ibtl_qp (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c191 ibtl_qp_t *ibtl_qp; in ibc_async_handler() local
214 ibtl_qp = event_p->ev_qp_hdl; in ibc_async_handler()
215 if (ibtl_qp == NULL) { in ibc_async_handler()
222 ibtl_qp->qp_cat_fma_ena = event_p->ev_fma_ena; break; in ibc_async_handler()
224 ibtl_qp->qp_pth_fma_ena = event_p->ev_fma_ena; break; in ibc_async_handler()
226 ibtl_qp->qp_inv_fma_ena = event_p->ev_fma_ena; break; in ibc_async_handler()
228 ibtl_qp->qp_acc_fma_ena = event_p->ev_fma_ena; break; in ibc_async_handler()
231 ibtl_qp->qp_async_codes |= code; in ibc_async_handler()
232 if ((ibtl_qp->qp_async_flags & IBTL_ASYNC_PENDING) == 0) { in ibc_async_handler()
233 ibtl_qp->qp_async_flags |= IBTL_ASYNC_PENDING; in ibc_async_handler()
[all …]
/titanic_44/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h465 #define IBTL_QP2CHAN(ibtl_qp) (ibtl_channel_t *)(ibtl_qp) argument
569 void ibtl_free_qp_async_check(ibtl_qp_t *ibtl_qp);
/titanic_44/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h225 ibt_status_t (*ibc_alloc_qp)(ibc_hca_hdl_t hca, ibtl_qp_hdl_t ibtl_qp,
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c724 ibtl_qp_hdl_t *ibtl_qp, ibt_qp_type_t type, in hermon_ci_alloc_qp_range() argument
744 status = hermon_qp_alloc_range(state, log2, &qpinfo, ibtl_qp, in hermon_ci_alloc_qp_range()
/titanic_44/usr/src/uts/common/
H A DMakefile.files696 IBTL_OBJS += ibtl_impl.o ibtl_util.o ibtl_mem.o ibtl_handlers.o ibtl_qp.o \