Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c5235 struct tstorm_toe_tcp_ag_context_section * tag_tcp = NULL; in lm_tcp_get_delegated() local
5256 tag_tcp = &((struct toe_context *)ctx_p)->tstorm_ag_context.tcp; in lm_tcp_get_delegated()
5286tag_tcp = (struct tstorm_toe_tcp_ag_context_section *)&((struct toe_context *)ctx_p)->tstorm_ag_co… in lm_tcp_get_delegated()
5289 tcp->tcp_delegated.recv_win_seq = tag_tcp->wnd_right_edge - tst_tcp->rcv_nxt; in lm_tcp_get_delegated()
5321 DbgBreakIf(S32_SUB(xag_tcp->snd_una, tag_tcp->snd_una) != 0); in lm_tcp_get_delegated()
5322 DbgBreakIf(S32_SUB(tag_tcp->snd_una, tag_tcp->snd_max) > 0); in lm_tcp_get_delegated()
5325 DbgBreakIf(S32_SUB(xag_toe->cmp_bd_start_seq, tag_tcp->snd_una) > 0); in lm_tcp_get_delegated()
5334 DbgBreakIf(S32_SUB(tag_tcp->snd_una, xag_tcp->snd_nxt) > 0); in lm_tcp_get_delegated()
5360 DbgBreakIf(((struct toe_context *)ctx_p)->cstorm_ag_context.rel_seq != tag_tcp->snd_una); in lm_tcp_get_delegated()
5363 …t)tcp->tx_con->bytes_trm_aborted_cnt - (u32_t)tcp->tx_con->bytes_aborted_cnt) != tag_tcp->snd_una); in lm_tcp_get_delegated()
[all …]