Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2427 struct xstorm_common_context_section * xtcp_st; in _lm_tcp_init_xstorm_tcp_context() local
2438 xtcp_st = &((struct toe_context *)tcp->ctx_virt)->xstorm_st_context.context.common; in _lm_tcp_init_xstorm_tcp_context()
2441 xtcp_st = &((struct iscsi_context *)tcp->ctx_virt)->xstorm_st_context.common; in _lm_tcp_init_xstorm_tcp_context()
2445 mm_mem_zero(xtcp_st, sizeof(struct xstorm_common_context_section)); in _lm_tcp_init_xstorm_tcp_context()
2564 xtcp_st->ethernet.remote_addr_0 = neigh->neigh_cached.dst_addr[0]; in _lm_tcp_init_xstorm_tcp_context()
2565 xtcp_st->ethernet.remote_addr_1 = neigh->neigh_cached.dst_addr[1]; in _lm_tcp_init_xstorm_tcp_context()
2566 xtcp_st->ethernet.remote_addr_2 = neigh->neigh_cached.dst_addr[2]; in _lm_tcp_init_xstorm_tcp_context()
2567 xtcp_st->ethernet.remote_addr_3 = neigh->neigh_cached.dst_addr[3]; in _lm_tcp_init_xstorm_tcp_context()
2568 xtcp_st->ethernet.remote_addr_4 = neigh->neigh_cached.dst_addr[4]; in _lm_tcp_init_xstorm_tcp_context()
2569 xtcp_st->ethernet.remote_addr_5 = neigh->neigh_cached.dst_addr[5]; in _lm_tcp_init_xstorm_tcp_context()
[all …]