Searched defs:snd_max (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_var.h70 tcp_seq snd_max; /* highest sequence number sent */ member in struct:tcpcb
/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;
2650 xtcp_st->tcp.snd_max = tcp->tcp_delegated.send_max;
5318 /* xag.snd_nxt <= xst.snd_max */
5319 DbgBreakIf(S32_SUB(xag_tcp->snd_nxt, xst_tcp->snd_max) > 0);
5320 /* xag.snd_una <= tag.snd_una <= tag.snd_max <= xst.snd_max */
5322 DbgBreakIf(S32_SUB(tag_tcp->snd_una, tag_tcp->snd_max) > 0);
5323 // TBD: the assert is not valid, discuess with FW regarding a change. DbgBreakIf(S32_SUB(tag_tcp->snd_max, xst_tcp->snd_max) >
6130 u32_t snd_max = tcp->tcp_delegated.send_max; local
[all...]
/illumos-gate/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 in struct:cstorm_toe_ag_context
907 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member in struct:tstorm_fcoe_extra_ag_context_section
1086 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member in struct:tstorm_iscsi_tcp_ag_context_section
1265 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member in struct:tstorm_tcp_tcp_ag_context_section
1343 u32_t snd_max /* Maximum sequence number that was ever transmitted */; member in struct:tstorm_toe_tcp_ag_context_section
7034 u32_t snd_max; member in struct:xstorm_tcp_context_section
9117 u32_t prev_snd_max /* last snd_max that was used for dynamic HC producer update */;

Completed in 125 milliseconds