Searched refs:iscsi_context (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h153 struct iscsi_context iscsi_ctx; /* used by query slow path request */
185 struct iscsi_context* ctx_virt;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2261 ttcp_ag = (struct tstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->tstorm_ag_context.tcp;
2262 ttcp_st = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_st_context.tcp;
2440 xtcp_ag = (struct xstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->xstorm_ag_context.tcp;
2441 xtcp_st = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_st_context.common;
2709 struct cstorm_iscsi_ag_context * ciscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->cstorm_ag_context;
2710 struct cstorm_iscsi_st_context * ciscsi_st = &((struct iscsi_context *)tcp->ctx_virt)->cstorm_st_context;
2711 struct xstorm_iscsi_ag_context * xiscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_ag_context;
2712 struct xstorm_iscsi_st_context * xiscsi_st = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_st_context;
2713 struct tstorm_iscsi_ag_context * tiscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_ag_context;
2714 struct tstorm_iscsi_st_context * tiscsi_st = &((struct iscsi_context *)tc
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c1210 cdu_reserved = &(((struct iscsi_context *)context)->xstorm_ag_context.cdu_reserved);
1211 cdu_usage = &(((struct iscsi_context *)context)->ustorm_ag_context.cdu_usage);
H A Dlm_devinfo.c3433 csize = max(sizeof(struct iscsi_context),csize);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2186 struct iscsi_context *ctx;
2211 iscsi->ctx_virt = (struct iscsi_context *)lm_get_context(pdev, iscsi->cid);
2221 mm_memset(ctx, 0, sizeof(struct iscsi_context));
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h7294 struct iscsi_context struct

Completed in 177 milliseconds