Symbol: iscsi_context
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1211
cdu_reserved = &(((struct iscsi_context *)context)->xstorm_ag_context.cdu_reserved);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1212
cdu_usage = &(((struct iscsi_context *)context)->ustorm_ag_context.cdu_usage);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3434
csize = max(sizeof(struct iscsi_context),csize);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2261
ttcp_ag = (struct tstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->tstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2262
ttcp_st = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_st_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2440
xtcp_ag = (struct xstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->xstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2441
xtcp_st = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_st_context.common;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2709
struct cstorm_iscsi_ag_context * ciscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->cstorm_ag_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2710
struct cstorm_iscsi_st_context * ciscsi_st = &((struct iscsi_context *)tcp->ctx_virt)->cstorm_st_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2711
struct xstorm_iscsi_ag_context * xiscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_ag_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2712
struct xstorm_iscsi_st_context * xiscsi_st = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_st_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2713
struct tstorm_iscsi_ag_context * tiscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_ag_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2714
struct tstorm_iscsi_st_context * tiscsi_st = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_st_context;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5283
xst_tcp = &((struct iscsi_context *)ctx_p)->xstorm_st_context.common.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5284
xag_tcp = (struct xstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)ctx_p)->xstorm_ag_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5285
tst_tcp = &((struct iscsi_context *)ctx_p)->tstorm_st_context.tcp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/lm_l5st.h
153
struct iscsi_context iscsi_ctx; /* used by query slow path request */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/lm_l5st.h
185
struct iscsi_context* ctx_virt;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
2186
struct iscsi_context *ctx;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
2211
iscsi->ctx_virt = (struct iscsi_context *)lm_get_context(pdev, iscsi->cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
2221
mm_memset(ctx, 0, sizeof(struct iscsi_context));