Home
last modified time | relevance | path

Searched refs:V_WND_SCALE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h404 #define V_WND_SCALE(x) ((x) << S_WND_SCALE) macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1111 opt0 |= V_WND_SCALE(cp->wscale); in calc_options0()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h493 #define V_WND_SCALE(x) ((__u64)(x) << S_WND_SCALE) macro