Home
last modified time | relevance | path

Searched defs:G_TCPOPT_SND_WSCALE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h577 #define G_TCPOPT_SND_WSCALE(x) (((x) >> 8) & 0xf) macro
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h710 #define G_TCPOPT_SND_WSCALE(x) (((x) >> S_TCPOPT_SND_WSCALE) & M_TCPOPT_SND_WSCALE) macro