MK_OPCODE_TID     171 drivers/net/ethernet/chelsio/cxgb/cpl5_cmd.h #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid))
MK_OPCODE_TID     202 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid))
MK_OPCODE_TID     200 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE_V(opcode) | (tid))