Searched refs:cqe_ptr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_evd_util.c | 61 IN ib_work_completion_t *cqe_ptr, 933 IN ib_work_completion_t *cqe_ptr, in dapli_evd_cqe_to_event() argument 952 ib_status = DAPL_GET_CQE_STATUS(cqe_ptr); in dapli_evd_cqe_to_event() 954 cookie = (DAPL_COOKIE *)((uintptr_t)DAPL_GET_CQE_WRID(cqe_ptr)); in dapli_evd_cqe_to_event() 965 ib_status = DAPL_GET_CQE_STATUS(cqe_ptr); in dapli_evd_cqe_to_event() 966 ep_ptr = dapls_ib_srq_lookup_ep(srq_ptr, cqe_ptr); in dapli_evd_cqe_to_event() 1000 dapls_ib_store_premature_events(qp, cqe_ptr); in dapli_evd_cqe_to_event() 1032 ibtype = DAPL_GET_CQE_OPTYPE(cqe_ptr); in dapli_evd_cqe_to_event() 1118 DAPL_GET_CQE_STATUS(cqe_ptr), in dapli_evd_cqe_to_event() 1119 DAPL_GET_CQE_OPTYPE(cqe_ptr)); in dapli_evd_cqe_to_event() [all …]
|
/illumos-gate/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);
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | bnx_lm_main.c | 4538 kcqe_t *cqe_ptr[], in lm_get_kernel_cqes() argument 4559 *cqe_ptr = con_qe; in lm_get_kernel_cqes() 4560 cqe_ptr++; in lm_get_kernel_cqes() 4586 cqe_ptr--; in lm_get_kernel_cqes() 4587 while(num_cqes && ((*cqe_ptr)->kcqe_flags & KCQE_FLAGS_NEXT)) in lm_get_kernel_cqes() 4590 cqe_ptr--; in lm_get_kernel_cqes() 5652 kcqe_t *cqe_ptr[], in lm_service_l2_kcqes() argument 5667 while(cqe_ptr[cqe_cnt]->kcqe_flags & KCQE_FLAGS_NEXT) in lm_service_l2_kcqes() 5675 kcqe = *cqe_ptr; in lm_service_l2_kcqes() 5729 cqe_ptr += cqe_cnt; in lm_service_l2_kcqes()
|
H A D | lm5706.h | 1126 kcqe_t *cqe_ptr[], 1273 kcqe_t *cqe_ptr[],
|