Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dt4_regs.h32484 #define S_ENGINESTATE 6 macro
32486 #define V_ENGINESTATE(x) ((x) << S_ENGINESTATE)
32487 #define G_ENGINESTATE(x) (((x) >> S_ENGINESTATE) & M_ENGINESTATE)