Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h50288 #define S_ECHO_NONCE 5 macro
50290 #define V_ECHO_NONCE(x) ((x) << S_ECHO_NONCE)
50291 #define G_ECHO_NONCE(x) (((x) >> S_ECHO_NONCE) & M_ECHO_NONCE)