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 udp_tunnels.o
570 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i) in efx_ef10_probe()571 nic_data->udp_tunnels[i].type = in efx_ef10_probe()700 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels)); in efx_ef10_probe()967 memset(nic_data->udp_tunnels, 0, sizeof(nic_data->udp_tunnels)); in efx_ef10_remove()3759 BUILD_BUG_ON(ARRAY_SIZE(nic_data->udp_tunnels) > in efx_ef10_set_udp_tnl_ports()3762 for (i = 0; i < ARRAY_SIZE(nic_data->udp_tunnels); ++i) { in efx_ef10_set_udp_tnl_ports()3763 if (nic_data->udp_tunnels[i].type != in efx_ef10_set_udp_tnl_ports()3769 ntohs(nic_data->udp_tunnels[i].port), in efx_ef10_set_udp_tnl_ports()3771 nic_data->udp_tunnels[i].type); in efx_ef10_set_udp_tnl_ports()3873 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