Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c2056 addrp = (u32 *) &conn_addr->remote_ip_addr; in cnic_init_storm_conn_bufs()
2173 conn_addr->remote_ip_addr.ip_addr_hi_hi = kwqe2->dst_ip_v6_4; in cnic_bnx2x_connect()
2174 conn_addr->remote_ip_addr.ip_addr_hi_lo = kwqe2->dst_ip_v6_3; in cnic_bnx2x_connect()
2175 conn_addr->remote_ip_addr.ip_addr_lo_hi = kwqe2->dst_ip_v6_2; in cnic_bnx2x_connect()
2181 conn_addr->remote_ip_addr.ip_addr_lo_lo = kwqe1->dst_ip; in cnic_bnx2x_connect()
H A Dcnic_defs.h5084 struct ip_v6_addr remote_ip_addr; member