Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/
Dcnic.c2058 addrp = (u32 *) &conn_addr->remote_ip_addr; in cnic_init_storm_conn_bufs()
2175 conn_addr->remote_ip_addr.ip_addr_hi_hi = kwqe2->dst_ip_v6_4; in cnic_bnx2x_connect()
2176 conn_addr->remote_ip_addr.ip_addr_hi_lo = kwqe2->dst_ip_v6_3; in cnic_bnx2x_connect()
2177 conn_addr->remote_ip_addr.ip_addr_lo_hi = kwqe2->dst_ip_v6_2; in cnic_bnx2x_connect()
2183 conn_addr->remote_ip_addr.ip_addr_lo_lo = kwqe1->dst_ip; in cnic_bnx2x_connect()
Dcnic_defs.h5084 struct ip_v6_addr remote_ip_addr; member