Searched refs:cqe_ptr (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_util.c | 61 IN ib_work_completion_t *cqe_ptr, 926 IN ib_work_completion_t *cqe_ptr, in dapli_evd_cqe_to_event() argument 945 ib_status = DAPL_GET_CQE_STATUS(cqe_ptr); in dapli_evd_cqe_to_event() 947 cookie = (DAPL_COOKIE *)((uintptr_t)DAPL_GET_CQE_WRID(cqe_ptr)); in dapli_evd_cqe_to_event() 958 ib_status = DAPL_GET_CQE_STATUS(cqe_ptr); in dapli_evd_cqe_to_event() 959 ep_ptr = dapls_ib_srq_lookup_ep(srq_ptr, cqe_ptr); in dapli_evd_cqe_to_event() 993 dapls_ib_store_premature_events(qp, cqe_ptr); in dapli_evd_cqe_to_event() 1025 ibtype = DAPL_GET_CQE_OPTYPE(cqe_ptr); in dapli_evd_cqe_to_event() 1111 DAPL_GET_CQE_STATUS(cqe_ptr), in dapli_evd_cqe_to_event() 1112 DAPL_GET_CQE_OPTYPE(cqe_ptr)); in dapli_evd_cqe_to_event() [all …]
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_adapter_util.h | 257 IN ib_work_completion_t *cqe_ptr); 261 OUT ib_work_completion_t **cqe_ptr, 352 IN ib_work_completion_t *cqe_ptr);
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf_util.c | 1558 IN ib_work_completion_t *cqe_ptr) in dapls_ib_store_premature_events() argument 1575 DAPL_SET_CQE_VALID(cqe_ptr); in dapls_ib_store_premature_events() 1577 cqe_ptr, sizeof (*cqe_ptr)); in dapls_ib_store_premature_events() 1584 cqe_ptr, sizeof (*cqe_ptr)); in dapls_ib_store_premature_events() 1592 OUT ib_work_completion_t **cqe_ptr, in dapls_ib_poll_premature_events() argument 1598 *cqe_ptr = qp->qp_srq->srq_premature_events; in dapls_ib_poll_premature_events() 1600 *cqe_ptr = qp->qp_premature_events; in dapls_ib_poll_premature_events()
|
H A D | dapl_tavor_ibtf_qp.c | 839 dapls_ib_srq_lookup_ep(IN DAPL_SRQ *srq_ptr, IN ib_work_completion_t *cqe_ptr) in dapls_ib_srq_lookup_ep() argument 849 key = DAPL_GET_CQE_QPN(cqe_ptr); in dapls_ib_srq_lookup_ep()
|