Symbol: toe_context
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1203
cdu_reserved = &((struct toe_context *)context)->xstorm_ag_context.cdu_reserved;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1204
cdu_usage = &(((struct toe_context *)context)->ustorm_ag_context.cdu_usage);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3432
csize = max(sizeof(struct eth_context),sizeof(struct toe_context));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/lm_l4st.h
550
struct toe_context toe_ctx; /* used by query slow path request */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1997
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2055
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2115
struct toe_context *ctx = (struct toe_context *)tcp->ctx_virt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2178
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2197
struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2256
ttcp_ag = &((struct toe_context *)tcp->ctx_virt)->tstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2257
ttcp_st = &((struct toe_context *)tcp->ctx_virt)->tstorm_st_context.context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2437
xtcp_ag = &((struct toe_context *)tcp->ctx_virt)->xstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2438
xtcp_st = &((struct toe_context *)tcp->ctx_virt)->xstorm_st_context.context.common;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2846
tcp->ctx_virt = (struct toe_context *)lm_get_context(pdev, tcp->cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
4540
RESET_FLAGS(((struct toe_context *)tcp->ctx_virt)->timers_context.flags, __TIMERS_BLOCK_CONTEXT_NUM_OF_ACTIVE_TIMERS);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5253
xst_tcp = &((struct toe_context *)ctx_p)->xstorm_st_context.context.common.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5254
xag_tcp = &((struct toe_context *)ctx_p)->xstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5255
tst_tcp = &((struct toe_context *)ctx_p)->tstorm_st_context.context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5256
tag_tcp = &((struct toe_context *)ctx_p)->tstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5258
xst_toe = &((struct toe_context *)ctx_p)->xstorm_st_context.context.toe;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5259
xag_toe = &((struct toe_context *)ctx_p)->xstorm_ag_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5260
cst_toe = &((struct toe_context *)ctx_p)->cstorm_st_context.context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5261
ust_toe = &((struct toe_context *)ctx_p)->ustorm_st_context.context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5286
tag_tcp = (struct tstorm_toe_tcp_ag_context_section *)&((struct toe_context *)ctx_p)->tstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5309
DbgBreakIf(((struct toe_context *)ctx_p)->ustorm_ag_context.__state == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5310
DbgBreakIf(((struct toe_context *)ctx_p)->tstorm_ag_context.__state == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5311
DbgBreakIf(((struct toe_context *)ctx_p)->xstorm_ag_context.__state == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5360
DbgBreakIf(((struct toe_context *)ctx_p)->cstorm_ag_context.rel_seq != tag_tcp->snd_una);