Searched refs:OPMASK (Results 1 – 1 of 1) sorted by relevance
244 #define OPMASK 0x1f macro249 BIT(RC_OP(SEND_ONLY) & OPMASK) |250 BIT(RC_OP(SEND_ONLY_WITH_IMMEDIATE) & OPMASK) |251 BIT(RC_OP(RDMA_WRITE_ONLY) & OPMASK) |253 BIT(RC_OP(RDMA_READ_REQUEST) & OPMASK) |254 BIT(RC_OP(ACKNOWLEDGE) & OPMASK) |255 BIT(RC_OP(ATOMIC_ACKNOWLEDGE) & OPMASK) |256 BIT(RC_OP(COMPARE_SWAP) & OPMASK) |257 BIT(RC_OP(FETCH_ADD) & OPMASK),260 BIT(UC_OP(SEND_ONLY) & OPMASK) |[all …]