Home
last modified time | relevance | path

Searched refs:snd_max (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp_seq.h36 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_var.h70 tcp_seq snd_max; /* highest sequence number sent */ member
/titanic_50/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; in _lm_tcp_init_cstorm_toe_context()
2268 ttcp_ag->snd_max = tcp->tcp_delegated.send_max; in _lm_tcp_init_tstorm_tcp_context()
2650 xtcp_st->tcp.snd_max = tcp->tcp_delegated.send_max; in _lm_tcp_init_xstorm_tcp_context()
5319 DbgBreakIf(S32_SUB(xag_tcp->snd_nxt, xst_tcp->snd_max) > 0); in lm_tcp_get_delegated()
5322 DbgBreakIf(S32_SUB(tag_tcp->snd_una, tag_tcp->snd_max) > 0); in lm_tcp_get_delegated()
5373 tcp->tcp_delegated.send_max = xst_tcp->snd_max; in lm_tcp_get_delegated()
6130 u32_t snd_max = tcp->tcp_delegated.send_max; in lm_tcp_calc_state() local
6158 if ( snd_una == snd_max ){ in lm_tcp_calc_state()
6166 if (snd_una == snd_max) { in lm_tcp_calc_state()
6178 } else if ( snd_una == snd_max ) { in lm_tcp_calc_state()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h165 u32_t snd_max /* The ACK sequence number received in the last completed DDP */; member
907 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member
1086 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member
1265 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member
1343 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member
7034 u32_t snd_max; member