Searched refs:udp_tunnels (Results 1 – 3 of 3) sorted by relevance
6 netdev.o dev.o ethtool.o fib.o bus.o health.o hwstats.o udp_tunnels.o
569 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i) in efx_ef10_probe()570 nic_data->udp_tunnels[i].type = in efx_ef10_probe()699 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels)); in efx_ef10_probe()966 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels)); in efx_ef10_remove()3808 BUILD_BUG_ON(ARRAY_SIZE(nic_data->udp_tunnels) > in efx_ef10_set_udp_tnl_ports()3811 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i) { in efx_ef10_set_udp_tnl_ports()3812 if (nic_data->udp_tunnels[i].type != in efx_ef10_set_udp_tnl_ports()3818 ntohs(nic_data->udp_tunnels[i].port), in efx_ef10_set_udp_tnl_ports()3820 nic_data->udp_tunnels[i].type); in efx_ef10_set_udp_tnl_ports()3922 nic_data->udp_tunnels[entry].type = efx_tunnel_type; in efx_ef10_udp_tnl_set_port()[all …]
294 struct efx_udp_tunnel udp_tunnels[16]; member