Home
last modified time | relevance | path

Searched refs:G_TCPOPT_SND_WSCALE (Results 1 – 3 of 3) 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/tom/
H A Dt4_cpl_io.c336 tp->snd_scale = G_TCPOPT_SND_WSCALE(opt); in assign_rxopt()
/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