Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/ !
Dcnic.c2065 addrp = (u32 *) &conn_addr->remote_ip_addr; in cnic_init_storm_conn_bufs()
2182 conn_addr->remote_ip_addr.ip_addr_hi_hi = kwqe2->dst_ip_v6_4; in cnic_bnx2x_connect()
2183 conn_addr->remote_ip_addr.ip_addr_hi_lo = kwqe2->dst_ip_v6_3; in cnic_bnx2x_connect()
2184 conn_addr->remote_ip_addr.ip_addr_lo_hi = kwqe2->dst_ip_v6_2; in cnic_bnx2x_connect()
2190 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