Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h293 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE) macro
298 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid))
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1272 #define V_CPL_OPCODE(x) ((x) << S_CPL_OPCODE) macro