Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_iscsi.h586 struct ustorm_iscsi_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_fcoe.h778 struct ustorm_fcoe_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_toe.h596 struct ustorm_toe_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_common.h578 struct ustorm_core_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_rdma.h538 struct ustorm_rdma_task_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_roce.h113 struct ustorm_roce_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_iscsi.h586 struct ustorm_iscsi_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_fcoe.h778 struct ustorm_fcoe_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_iwarp.h481 struct ustorm_iwarp_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_toe.h596 struct ustorm_toe_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Discsi_common.h1415 struct ustorm_iscsi_task_st_ctx ustorm_st_context /* ustorm storm context */; member
H A DpreRoce.h550 struct ustorm_pre_roce_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_common.h578 struct ustorm_core_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_rdma.h538 struct ustorm_rdma_task_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_roce.h113 struct ustorm_roce_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
H A Decore_hsi_eth.h589 struct ustorm_eth_conn_st_ctx ustorm_st_context /* ustorm storm context */; member
/illumos-gate/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
/illumos-gate/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()