Searched refs:ttcp_st (Results 1 – 1 of 1) sorted by relevance
2246 struct tstorm_tcp_st_context_section *ttcp_st; in _lm_tcp_init_tstorm_tcp_context() local2257 ttcp_st = &((struct toe_context *)tcp->ctx_virt)->tstorm_st_context.context.tcp; in _lm_tcp_init_tstorm_tcp_context()2262 ttcp_st = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_st_context.tcp; in _lm_tcp_init_tstorm_tcp_context()2265 mm_mem_zero(ttcp_st, sizeof(struct tstorm_tcp_st_context_section)); in _lm_tcp_init_tstorm_tcp_context()2275 ttcp_st->flags2 |= TSTORM_TCP_ST_CONTEXT_SECTION_DA_EN; /* DA timer always on */ in _lm_tcp_init_tstorm_tcp_context()2278 ttcp_st->flags2 |= TSTORM_TCP_ST_CONTEXT_SECTION_DA_COUNTER_EN; /* DA counter always on */ in _lm_tcp_init_tstorm_tcp_context()2279 ttcp_st->dup_ack_count = tcp->tcp_delegated.dup_ack_count; in _lm_tcp_init_tstorm_tcp_context()2282 ttcp_st->flags1 |= TSTORM_TCP_ST_CONTEXT_SECTION_TIMESTAMP_EXISTS; in _lm_tcp_init_tstorm_tcp_context()2285 ttcp_st->flags1 |= TSTORM_TCP_ST_CONTEXT_SECTION_KA_ENABLED; in _lm_tcp_init_tstorm_tcp_context()2295 ttcp_st->snd_wnd_scale = tcp->tcp_const.snd_seg_scale; in _lm_tcp_init_tstorm_tcp_context()[all …]