Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgb/common/
Dcxgb_regs.h3633 #define S_TCAMSERVERUSE 8 macro
3635 #define V_TCAMSERVERUSE(x) ((x) << S_TCAMSERVERUSE)
3636 #define G_TCAMSERVERUSE(x) (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h21686 #define S_TCAMSERVERUSE 8 macro
21688 #define V_TCAMSERVERUSE(x) ((x) << S_TCAMSERVERUSE)
21689 #define G_TCAMSERVERUSE(x) (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)