Searched refs:xag_tcp (Results 1 – 1 of 1) sorted by relevance
5232 struct xstorm_toe_tcp_ag_context_section * xag_tcp = NULL; in lm_tcp_get_delegated() local5254 xag_tcp = &((struct toe_context *)ctx_p)->xstorm_ag_context.tcp; in lm_tcp_get_delegated()5284 …xag_tcp = (struct xstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)ctx_p)->xstorm_ag_… in lm_tcp_get_delegated()5319 DbgBreakIf(S32_SUB(xag_tcp->snd_nxt, xst_tcp->snd_max) > 0); in lm_tcp_get_delegated()5321 DbgBreakIf(S32_SUB(xag_tcp->snd_una, tag_tcp->snd_una) != 0); in lm_tcp_get_delegated()5327 DbgBreakIf(S32_SUB(tst_tcp->rcv_nxt, xag_tcp->ack_to_far_end) != 0); in lm_tcp_get_delegated()5334 DbgBreakIf(S32_SUB(tag_tcp->snd_una, xag_tcp->snd_nxt) > 0); in lm_tcp_get_delegated()5339 DbgBreakIf(S32_SUB(tst_tcp->timestamp_recent, xag_tcp->ts_to_echo) < 0); in lm_tcp_get_delegated()5372 tcp->tcp_delegated.send_next = xag_tcp->snd_nxt; in lm_tcp_get_delegated()5426 …lm_time_resolution(pdev, xag_tcp->ka_timer, TIMERS_TICKS_PER_SEC, pdev->ofld_info.l4_params.ticks_… in lm_tcp_get_delegated()[all …]