Searched refs:OPCODE_MASK (Results 1 – 2 of 2) sorted by relevance
399 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgPrepare()527 (opCode & OPCODE_MASK)); in mpiMsgProduce()718 if (OPC_OUB_SKIP_ENTRY != (msgHeader_tmp & OPCODE_MASK)) in mpiMsgConsume()723 *pOpCode = (bit16)(msgHeader_tmp & OPCODE_MASK); in mpiMsgConsume()952 ((category & CAT_MASK) << SHIFT12 ) | (opCode & OPCODE_MASK)); in mpiMsgProduceOQ()
82 #define OPCODE_MASK 0xFFF macro