Searched refs:ti0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 2202 struct udp_tunnel_info ti0, ti1; in nfp_udp_tunnel_sync() local 2204 udp_tunnel_nic_get_port(netdev, table, i, &ti0); in nfp_udp_tunnel_sync() 2207 nn_writel(nn, NFP_NET_CFG_VXLAN_PORT + i * sizeof(ti0.port), in nfp_udp_tunnel_sync() 2208 be16_to_cpu(ti1.port) << 16 | be16_to_cpu(ti0.port)); in nfp_udp_tunnel_sync()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_common.c | 3672 struct udp_tunnel_info ti0, ti1; in nfp_udp_tunnel_sync() local 3674 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()
|
Completed in 7 milliseconds