toe_context
cdu_reserved = &((struct toe_context *)context)->xstorm_ag_context.cdu_reserved;
cdu_usage = &(((struct toe_context *)context)->ustorm_ag_context.cdu_usage);
csize = max(sizeof(struct eth_context),sizeof(struct toe_context));
struct toe_context toe_ctx; /* used by query slow path request */
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
struct toe_context *ctx = (struct toe_context *)tcp->ctx_virt;
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
ttcp_ag = &((struct toe_context *)tcp->ctx_virt)->tstorm_ag_context.tcp;
ttcp_st = &((struct toe_context *)tcp->ctx_virt)->tstorm_st_context.context.tcp;
xtcp_ag = &((struct toe_context *)tcp->ctx_virt)->xstorm_ag_context.tcp;
xtcp_st = &((struct toe_context *)tcp->ctx_virt)->xstorm_st_context.context.common;
tcp->ctx_virt = (struct toe_context *)lm_get_context(pdev, tcp->cid);
RESET_FLAGS(((struct toe_context *)tcp->ctx_virt)->timers_context.flags, __TIMERS_BLOCK_CONTEXT_NUM_OF_ACTIVE_TIMERS);
xst_tcp = &((struct toe_context *)ctx_p)->xstorm_st_context.context.common.tcp;
xag_tcp = &((struct toe_context *)ctx_p)->xstorm_ag_context.tcp;
tst_tcp = &((struct toe_context *)ctx_p)->tstorm_st_context.context.tcp;
tag_tcp = &((struct toe_context *)ctx_p)->tstorm_ag_context.tcp;
xst_toe = &((struct toe_context *)ctx_p)->xstorm_st_context.context.toe;
xag_toe = &((struct toe_context *)ctx_p)->xstorm_ag_context;
cst_toe = &((struct toe_context *)ctx_p)->cstorm_st_context.context;
ust_toe = &((struct toe_context *)ctx_p)->ustorm_st_context.context;
tag_tcp = (struct tstorm_toe_tcp_ag_context_section *)&((struct toe_context *)ctx_p)->tstorm_ag_context.tcp;
DbgBreakIf(((struct toe_context *)ctx_p)->ustorm_ag_context.__state == 0);
DbgBreakIf(((struct toe_context *)ctx_p)->tstorm_ag_context.__state == 0);
DbgBreakIf(((struct toe_context *)ctx_p)->xstorm_ag_context.__state == 0);
DbgBreakIf(((struct toe_context *)ctx_p)->cstorm_ag_context.rel_seq != tag_tcp->snd_una);