Home
last modified time | relevance | path

Searched refs:ustorm_st_context (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2276 ctx->ustorm_st_context.task_pbe_cache_index = ISCSI_PBL_NOT_CACHED; in lm_sc_init_iscsi_context()
2277 ctx->ustorm_st_context.task_pdu_cache_index = ISCSI_PDU_HEADER_NOT_CACHED; in lm_sc_init_iscsi_context()
2283 ctx->ustorm_st_context.ring.rq.pbl_base.lo = pbl_base.as_u32.low; in lm_sc_init_iscsi_context()
2284 ctx->ustorm_st_context.ring.rq.pbl_base.hi = pbl_base.as_u32.high; in lm_sc_init_iscsi_context()
2288 ctx->ustorm_st_context.ring.rq.curr_pbe.lo = req3->qp_first_pte[0].lo; in lm_sc_init_iscsi_context()
2289 ctx->ustorm_st_context.ring.rq.curr_pbe.hi = req3->qp_first_pte[0].hi; in lm_sc_init_iscsi_context()
2291 ctx->ustorm_st_context.ring.r2tq.pbl_base.lo = iscsi->r2tq.pbl_phys_table_phys.as_u32.low; in lm_sc_init_iscsi_context()
2292 ctx->ustorm_st_context.ring.r2tq.pbl_base.hi = iscsi->r2tq.pbl_phys_table_phys.as_u32.high; in lm_sc_init_iscsi_context()
2293 ctx->ustorm_st_context.ring.r2tq.curr_pbe.lo = iscsi->r2tq.pbl_phys_table_virt[0].as_u32.low; in lm_sc_init_iscsi_context()
2294 ctx->ustorm_st_context.ring.r2tq.curr_pbe.hi = iscsi->r2tq.pbl_phys_table_virt[0].as_u32.high; in lm_sc_init_iscsi_context()
[all …]
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h3457 struct ustorm_eth_st_context ustorm_st_context /* Ustorm storm context */; member
5886 struct ustorm_fcoe_st_context ustorm_st_context /* Ustorm storm context */; member
7296 struct ustorm_iscsi_st_context ustorm_st_context /* Ustorm storm context */; member
9347 struct ustorm_toe_st_aligned_context ustorm_st_context /* Ustorm storm context */; member
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2057 struct ustorm_toe_st_context *uctx_st = &ctx->ustorm_st_context.context; in _lm_tcp_init_ustorm_toe_context()
5261 ust_toe = &((struct toe_context *)ctx_p)->ustorm_st_context.context; in lm_tcp_get_delegated()