Home
last modified time | relevance | path

Searched refs:ctx_virt (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/include/
H A Dlm_l5st.h185 struct iscsi_context* ctx_virt; member
224 struct fcoe_context* ctx_virt; member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2164 fcoe->ctx_virt = NULL; in lm_fc_free_con_resc()
2211 iscsi->ctx_virt = (struct iscsi_context *)lm_get_context(pdev, iscsi->cid); in lm_sc_init_iscsi_context()
2212 DbgBreakIf(!iscsi->ctx_virt); in lm_sc_init_iscsi_context()
2217 iscsi->ctx_virt, iscsi->ctx_phys.as_u32.high, iscsi->ctx_phys.as_u32.low); in lm_sc_init_iscsi_context()
2219 ctx = iscsi->ctx_virt; in lm_sc_init_iscsi_context()
2397 fcoe->ctx_virt = (struct fcoe_context *)lm_get_context(pdev, fcoe->cid); in lm_fc_init_fcoe_context()
2398 DbgBreakIf(!fcoe->ctx_virt); in lm_fc_init_fcoe_context()
2403 fcoe->ctx_virt, fcoe->ctx_phys.as_u32.high, fcoe->ctx_phys.as_u32.low); in lm_fc_init_fcoe_context()
2405 ctx = fcoe->ctx_virt; in lm_fc_init_fcoe_context()
H A Dlm_l5sp.c167 iscsi->ctx_virt = NULL; in lm_sc_del_iscsi_state()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1997 struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt; in _lm_tcp_init_xstorm_toe_context()
2055 struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt; in _lm_tcp_init_ustorm_toe_context()
2115 struct toe_context *ctx = (struct toe_context *)tcp->ctx_virt; in _lm_tcp_init_cstorm_toe_context()
2178 struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt; in _lm_tcp_init_tstorm_toe_context()
2197 struct toe_context * ctx = (struct toe_context *)tcp->ctx_virt; in _lm_tcp_init_timers_context()
2256 ttcp_ag = &((struct toe_context *)tcp->ctx_virt)->tstorm_ag_context.tcp; in _lm_tcp_init_tstorm_tcp_context()
2257 ttcp_st = &((struct toe_context *)tcp->ctx_virt)->tstorm_st_context.context.tcp; in _lm_tcp_init_tstorm_tcp_context()
2261 …ruct tstorm_toe_tcp_ag_context_section *)&((struct iscsi_context *)tcp->ctx_virt)->tstorm_ag_conte… in _lm_tcp_init_tstorm_tcp_context()
2262 ttcp_st = &((struct iscsi_context *)tcp->ctx_virt)->tstorm_st_context.tcp; in _lm_tcp_init_tstorm_tcp_context()
2437 xtcp_ag = &((struct toe_context *)tcp->ctx_virt)->xstorm_ag_context.tcp; in _lm_tcp_init_xstorm_tcp_context()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h612 …void *ctx_virt; /* Can point to different structures depending on the ulp_t… member