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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h4150 #define S_TAHOECFG 8 macro
4152 #define V_TAHOECFG(x) ((x) << S_TAHOECFG)
4153 #define G_TAHOECFG(x) (((x) >> S_TAHOECFG) & M_TAHOECFG)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h14320 #define S_TAHOECFG 8 macro
14322 #define V_TAHOECFG(x) ((x) << S_TAHOECFG)
14323 #define G_TAHOECFG(x) (((x) >> S_TAHOECFG) & M_TAHOECFG)
[all...]

Completed in 503 milliseconds