Searched refs:OPCODE_MASK (Results 1 – 2 of 2) sorted by relevance
398 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgPrepare()526 (opCode & OPCODE_MASK)); in mpiMsgProduce()717 if (OPC_OUB_SKIP_ENTRY != (msgHeader_tmp & OPCODE_MASK)) in mpiMsgConsume()722 *pOpCode = (bit16)(msgHeader_tmp & OPCODE_MASK); in mpiMsgConsume()951 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgProduceOQ()
81 #define OPCODE_MASK 0xFFF macro