Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4042 #define S_INITCWND 24 macro
4044 #define V_INITCWND(x) ((x) << S_INITCWND)
4045 #define G_INITCWND(x) (((x) >> S_INITCWND) & M_INITCWND)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h22230 #define S_INITCWND 24 macro
22232 #define V_INITCWND(x) ((x) << S_INITCWND)
22233 #define G_INITCWND(x) (((x) >> S_INITCWND) & M_INITCWND)