Searched refs:ti0 (Results 1 – 1 of 1) sorted by relevance
3672 struct udp_tunnel_info ti0, ti1; in nfp_udp_tunnel_sync() local3674 udp_tunnel_nic_get_port(netdev, table, i, &ti0); in nfp_udp_tunnel_sync()3677 nn_writel(nn, NFP_NET_CFG_VXLAN_PORT + i * sizeof(ti0.port), in nfp_udp_tunnel_sync()3678 be16_to_cpu(ti1.port) << 16 | be16_to_cpu(ti0.port)); in nfp_udp_tunnel_sync()