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

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h157 #define V_OPCODE(x) ((x) << S_OPCODE) macro
162 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid))
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h190 #define V_OPCODE(x) ((x) << S_OPCODE) macro
202 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid))

Completed in 134 milliseconds