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

/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h318 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE) macro
323 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid))

Completed in 77 milliseconds