Searched refs:xstorm_ag_context (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c1202 cdu_reserved = &((struct toe_context *)context)->xstorm_ag_context.cdu_reserved;
1206 cdu_reserved = &(((struct eth_context *)context)->xstorm_ag_context.cdu_reserved);
1210 cdu_reserved = &(((struct iscsi_context *)context)->xstorm_ag_context.cdu_reserved);
1214 cdu_reserved = &(((struct fcoe_context *)context)->xstorm_ag_context.cdu_reserved);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1998 struct xstorm_toe_ag_context * xctx_ag = &ctx->xstorm_ag_context;
2437 xtcp_ag = &((struct toe_context *)tcp->ctx_virt)->xstorm_ag_context.tcp;
2440 xtcp_ag = (struct xstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->xstorm_ag_context.tcp;
2711 struct xstorm_iscsi_ag_context * xiscsi_ag = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_ag_context;
5254 xag_tcp = &((struct toe_context *)ctx_p)->xstorm_ag_context.tcp;
5259 xag_toe = &((struct toe_context *)ctx_p)->xstorm_ag_context;
5284 xag_tcp = (struct xstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)ctx_p)->xstorm_ag_context.tcp;
5311 DbgBreakIf(((struct toe_context *)ctx_p)->xstorm_ag_context.__state == 0);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3459 struct xstorm_eth_ag_context xstorm_ag_context /* Xstorm aggregative context */; member in struct:eth_context
5888 struct xstorm_fcoe_ag_context xstorm_ag_context /* Xstorm aggregative context */; member in struct:fcoe_context
7298 struct xstorm_iscsi_ag_context xstorm_ag_context /* Xstorm aggregative context */; member in struct:iscsi_context
9349 struct xstorm_toe_ag_context xstorm_ag_context /* Xstorm aggregative context */; member in struct:toe_context
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2224 ctx->xstorm_ag_context.hq_prod = 1; //this value represents actual hq_prod + 1

Completed in 151 milliseconds