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

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c936 ib_uint32_t ibtype; local
1025 ibtype = DAPL_GET_CQE_OPTYPE(cqe_ptr);
1029 dapl_os_assert((ibtype == OP_SEND &&
1031 (ibtype == OP_RECEIVE &&
1033 (ibtype == OP_RDMA_WRITE &&
1036 (ibtype == OP_RDMA_READ &&
1156 ibtype = DAPL_GET_CQE_OPTYPE(cqe_ptr);
1160 dapl_os_assert(ibtype == OP_BIND_MW);
1190 dapl_os_assert(ibtype == OP_RECEIVE &&

Completed in 22 milliseconds