Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h281 #define MAX_INITIAL_RCV_WND 0x80000000 /* 2GB (due to cyclic counters and window-update algorithm */ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2122 if (tcp->tcp_cached.initial_rcv_wnd > MAX_INITIAL_RCV_WND) in _lm_tcp_init_cstorm_toe_context()
2126 DbgBreakIfAll(tcp->tcp_cached.initial_rcv_wnd > MAX_INITIAL_RCV_WND); in _lm_tcp_init_cstorm_toe_context()
3579 if ERR_IF(tcp_cached->initial_rcv_wnd > MAX_INITIAL_RCV_WND) { in lm_tcp_set_tcp_cached()
3582 DbgBreakIfAll(tcp_cached->initial_rcv_wnd > MAX_INITIAL_RCV_WND); in lm_tcp_set_tcp_cached()