Searched refs:MK_OPCODE_TID (Results 1 – 3 of 3) sorted by relevance
49 OPCODE_TID(w) = htonl(MK_OPCODE_TID(cpl, tid)); \
204 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, e->idx | in write_l2e()
249 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid)) macro