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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1999 struct xstorm_toe_st_context * xctx_st = &ctx->xstorm_st_context.context; local
2031 mm_memset(xctx_st, 0, sizeof(struct xstorm_toe_st_context));
2038 xctx_st->toe.tx_bd_cons = bd_idx; /* index of bd that includes snd_nxt */
2039 xctx_st->toe.tx_bd_offset = bd_offset; /* offset of snd_nxt within its bd */
2040 xctx_st->toe.tx_bd_page_base_hi = mem_phys.as_u32.high;
2041 xctx_st->toe.tx_bd_page_base_lo = mem_phys.as_u32.low;
2043 xctx_st->toe.bd_prod = lm_bd_chain_prod_idx(&tcp->tx_con->bd_chain); /* Bd containing the last byte the application wishes to trasnmit */
2044 xctx_st->toe.driver_doorbell_info_ptr_lo = tcp->tx_con->phys_db_data.as_u32.low;
2045 xctx_st->toe.driver_doorbell_info_ptr_hi = tcp->tx_con->phys_db_data.as_u32.high;

Completed in 74 milliseconds