Home
last modified time | relevance | path

Searched defs:MK_OPCODE_TID (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h172 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) macro
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h160 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE(opcode) | (tid)) macro
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h202 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid)) macro