Searched refs:CPL_OPCODE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_msg.h158 #define CPL_OPCODE(x) ((x) << 24) macro
159 #define MK_OPCODE_TID(opcode, tid) (CPL_OPCODE(opcode) | (tid))

Completed in 43 milliseconds