Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h184 u8_t snd_seg_scale:4; /* 0 if win scaling is disabled */ member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2295 ttcp_st->snd_wnd_scale = tcp->tcp_const.snd_seg_scale; in _lm_tcp_init_tstorm_tcp_context()
5376 tcp->tcp_delegated.send_win = (tst_tcp->recent_seg_wnd << tcp->tcp_const.snd_seg_scale) in lm_tcp_get_delegated()
5378 send_wnd = tst_tcp->recent_seg_wnd << tcp->tcp_const.snd_seg_scale; in lm_tcp_get_delegated()