Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c943 ib_uint32_t ibtype; in dapli_evd_cqe_to_event() local
1032 ibtype = DAPL_GET_CQE_OPTYPE(cqe_ptr); in dapli_evd_cqe_to_event()
1036 dapl_os_assert((ibtype == OP_SEND && in dapli_evd_cqe_to_event()
1038 (ibtype == OP_RECEIVE && in dapli_evd_cqe_to_event()
1040 (ibtype == OP_RDMA_WRITE && in dapli_evd_cqe_to_event()
1043 (ibtype == OP_RDMA_READ && in dapli_evd_cqe_to_event()
1163 ibtype = DAPL_GET_CQE_OPTYPE(cqe_ptr); in dapli_evd_cqe_to_event()
1167 dapl_os_assert(ibtype == OP_BIND_MW); in dapli_evd_cqe_to_event()
1197 dapl_os_assert(ibtype == OP_RECEIVE && in dapli_evd_cqe_to_event()