Searched refs:G_CPL_OPCODE (Results 1 – 3 of 3) sorted by relevance
164 #define G_CPL_OPCODE(x) (((x) >> 24) & 0xFF) macro
1290 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & M_CPL_OPCODE) macro
420 opcode = G_CPL_OPCODE(ntohl(p->opcode_qid)); in fwevtq_handler()