Home
last modified time | relevance | path

Searched refs:cctx_st (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.c2117 struct cstorm_toe_st_context *cctx_st = &ctx->cstorm_st_context.context; in _lm_tcp_init_cstorm_toe_context() local
2136 mm_memset(cctx_st, 0, sizeof(struct cstorm_toe_st_context)); in _lm_tcp_init_cstorm_toe_context()
2138 cctx_st->bds_ring_page_base_addr_hi = mem_phys.as_u32.high; /* page that includes the snd.una */ in _lm_tcp_init_cstorm_toe_context()
2139 cctx_st->bds_ring_page_base_addr_lo = mem_phys.as_u32.low; /* page that includes the snd.una */ in _lm_tcp_init_cstorm_toe_context()
2140 cctx_st->bd_cons = 0; /* idx of bd with snd.una - always 0 */ in _lm_tcp_init_cstorm_toe_context()
2150 cctx_st->prev_snd_max = tcp->tcp_delegated.send_una; in _lm_tcp_init_cstorm_toe_context()
2162 cctx_st->cpu_id = LM_TOE_FW_RSS_ID(pdev,LM_TOE_BASE_RSS_ID(pdev)); in _lm_tcp_init_cstorm_toe_context()
2166 cctx_st->cpu_id = pdev->toe_info.indirection_table[tcp->tcp_const.hash_value]; in _lm_tcp_init_cstorm_toe_context()
2169cctx_st->free_seq = tcp->tcp_delegated.send_una - 1; /* (snd.una - 1 - offset of snd.una byte in i… in _lm_tcp_init_cstorm_toe_context()