Searched refs:xst_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.c5234 struct xstorm_tcp_context_section * xst_tcp = NULL; local
5253 xst_tcp = &((struct toe_context *)ctx_p)->xstorm_st_context.context.common.tcp;
5283 xst_tcp = &((struct iscsi_context *)ctx_p)->xstorm_st_context.common.tcp;
5319 DbgBreakIf(S32_SUB(xag_tcp->snd_nxt, xst_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) > 0);
5373 tcp->tcp_delegated.send_max = xst_tcp->snd_max;
5411 tcp->tcp_delegated.tstamp = xst_tcp->ts_time_diff;
5459 xst_tcp->tcp_params & XSTORM_TCP_CONTEXT_SECTION_FIN_SENT_FLAG ? 1 : 0);

Completed in 56 milliseconds