Searched refs:uctx_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.c2057 struct ustorm_toe_st_context *uctx_st = &ctx->ustorm_st_context.context; local
2069 mm_memset(uctx_st, 0, sizeof(struct ustorm_toe_st_context));
2070 uctx_st->indirection_ram_offset = (u16_t)tcp->tcp_const.hash_value;
2071 uctx_st->pen_grq_placed_bytes = tcp->rx_con->u.rx.gen_info.peninsula_nbytes;
2073 uctx_st->indirection_ram_offset, uctx_st->__indirection_shift);
2087 uctx_st->rcv_indication_size = 1;
2089 uctx_st->pen_ring_params.rq_cons = 0;
2090 uctx_st->pen_ring_params.rq_cons_addr_hi = mem_phys.as_u32.high;
2091 uctx_st
[all...]

Completed in 52 milliseconds