Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h25914 #define S_ENGINESTATE 6 macro
25916 #define V_ENGINESTATE(x) ((x) << S_ENGINESTATE)
25917 #define G_ENGINESTATE(x) (((x) >> S_ENGINESTATE) & M_ENGINESTATE)