Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h3631 #define S_TCAMSERVERUSE 8 macro
3633 #define V_TCAMSERVERUSE(x) ((x) << S_TCAMSERVERUSE)
3634 #define G_TCAMSERVERUSE(x) (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h21684 #define S_TCAMSERVERUSE 8 macro
21686 #define V_TCAMSERVERUSE(x) ((x) << S_TCAMSERVERUSE)
21687 #define G_TCAMSERVERUSE(x) (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)