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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h3632 #define S_TCAMSERVERUSE 8 macro
3634 #define V_TCAMSERVERUSE(x) ((x) << S_TCAMSERVERUSE)
3635 #define G_TCAMSERVERUSE(x) (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h13580 #define S_TCAMSERVERUSE 8 macro
13582 #define V_TCAMSERVERUSE(x) ((x) << S_TCAMSERVERUSE)
13583 #define G_TCAMSERVERUSE(x) (((x) >> S_TCAMSERVERUSE) & M_TCAMSERVERUSE)
[all...]

Completed in 567 milliseconds