Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2245 struct tstorm_toe_tcp_ag_context_section *ttcp_ag; in _lm_tcp_init_tstorm_tcp_context() local
2256 ttcp_ag = &((struct toe_context *)tcp->ctx_virt)->tstorm_ag_context.tcp; in _lm_tcp_init_tstorm_tcp_context()
2261ttcp_ag = (struct tstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->ts… in _lm_tcp_init_tstorm_tcp_context()
2264 mm_mem_zero(ttcp_ag, sizeof(struct tstorm_toe_tcp_ag_context_section)); in _lm_tcp_init_tstorm_tcp_context()
2268 ttcp_ag->snd_max = tcp->tcp_delegated.send_max; in _lm_tcp_init_tstorm_tcp_context()
2269 ttcp_ag->snd_nxt = tcp->tcp_delegated.send_next; in _lm_tcp_init_tstorm_tcp_context()
2270 ttcp_ag->snd_una = tcp->tcp_delegated.send_una; in _lm_tcp_init_tstorm_tcp_context()