Searched refs:send_max (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h226 u32_t send_max; member in struct:_l4_tcp_delegated_state_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2133 cctx_ag->snd_max = tcp->tcp_delegated.send_max;
2268 ttcp_ag->snd_max = tcp->tcp_delegated.send_max;
2309 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) { /* KA is running (?) */
2370 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max && snd_wnd > 0) { /* KA is running (?) */
2448 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) { /* KA is running (?) */
2530 if ((tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) && ((xtcp_ag->tx_wnd > 0) || (tcp->tcp_delegated.u.retransmit.retx_ms == 0xffffffff))) { /* KA is enabled (?) */
2650 xtcp_st->tcp.snd_max = tcp->tcp_delegated.send_max;
5373 tcp->tcp_delegated.send_max = xst_tcp->snd_max;
5419 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max && (send_wnd > 0)) { /* KA is running (?) */
6130 u32_t snd_max = tcp->tcp_delegated.send_max;
[all...]

Completed in 74 milliseconds