Home
last modified time | relevance | path

Searched refs:xctx_ag (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.c1998 struct xstorm_toe_ag_context * xctx_ag = &ctx->xstorm_ag_context; in _lm_tcp_init_xstorm_toe_context() local
2006 mm_memset(xctx_ag, 0, sizeof(struct xstorm_toe_ag_context)); in _lm_tcp_init_xstorm_toe_context()
2010 xctx_ag->agg_vars1 |= XSTORM_TOE_AG_CONTEXT_NAGLE_EN; in _lm_tcp_init_xstorm_toe_context()
2014xctx_ag->cmp_bd_cons = 0; /* idx of bd with snd.una - always 0… in _lm_tcp_init_xstorm_toe_context()
2015xctx_ag->cmp_bd_page_0_to_31 = mem_phys.as_u32.low; /* page that includes the snd.una */ in _lm_tcp_init_xstorm_toe_context()
2016xctx_ag->cmp_bd_page_32_to_63 = mem_phys.as_u32.high; /* page that includes the snd.una */ in _lm_tcp_init_xstorm_toe_context()
2017xctx_ag->cmp_bd_start_seq = tcp->tcp_delegated.send_una; /* the sequence number of the first … in _lm_tcp_init_xstorm_toe_context()
2025xctx_ag->more_to_send = S32_SUB(tcp->tx_con->bytes_post_cnt,(S32_SUB(tcp->tcp_delegated.send_next,… in _lm_tcp_init_xstorm_toe_context()
2027 xctx_ag->more_to_send--; /* the fin byte on the bd chain is not counted */ in _lm_tcp_init_xstorm_toe_context()