Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h188 #define V_OPCODE(x) ((x) << S_OPCODE) macro
193 #define MK_OPCODE_TID(opcode, tid) (V_OPCODE(opcode) | (tid))
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h35104 #define V_OPCODE(x) ((x) << S_OPCODE) macro