Searched refs:xtcp_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.c2427 struct xstorm_common_context_section * xtcp_st; local
2438 xtcp_st = &((struct toe_context *)tcp->ctx_virt)->xstorm_st_context.context.common;
2441 xtcp_st = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_st_context.common;
2445 mm_mem_zero(xtcp_st, sizeof(struct xstorm_common_context_section));
2564 xtcp_st->ethernet.remote_addr_0 = neigh->neigh_cached.dst_addr[0];
2565 xtcp_st->ethernet.remote_addr_1 = neigh->neigh_cached.dst_addr[1];
2566 xtcp_st->ethernet.remote_addr_2 = neigh->neigh_cached.dst_addr[2];
2567 xtcp_st->ethernet.remote_addr_3 = neigh->neigh_cached.dst_addr[3];
2568 xtcp_st->ethernet.remote_addr_4 = neigh->neigh_cached.dst_addr[4];
2569 xtcp_st
[all...]

Completed in 67 milliseconds