Searched refs:ibtl_qp (Results 1 – 5 of 5) sorted by relevance
191 ibtl_qp_t *ibtl_qp; in ibc_async_handler() local214 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 …]
465 #define IBTL_QP2CHAN(ibtl_qp) (ibtl_channel_t *)(ibtl_qp) argument569 void ibtl_free_qp_async_check(ibtl_qp_t *ibtl_qp);
225 ibt_status_t (*ibc_alloc_qp)(ibc_hca_hdl_t hca, ibtl_qp_hdl_t ibtl_qp,
724 ibtl_qp_hdl_t *ibtl_qp, ibt_qp_type_t type, in hermon_ci_alloc_qp_range() argument744 status = hermon_qp_alloc_range(state, log2, &qpinfo, ibtl_qp, in hermon_ci_alloc_qp_range()
698 IBTL_OBJS += ibtl_impl.o ibtl_util.o ibtl_mem.o ibtl_handlers.o ibtl_qp.o \