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

Completed in 77 milliseconds