Home
last modified time | relevance | path

Searched refs:udp_tunnels (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/netdevsim/
H A DMakefile6 netdev.o dev.o ethtool.o fib.o bus.o health.o hwstats.o udp_tunnels.o
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def10.c570 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()
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()
3923 nic_data->udp_tunnels[entry].port = ti->port; in efx_ef10_udp_tnl_set_port()
3951 if (nic_data->udp_tunnels[i].type != in efx_ef10_udp_tnl_has_port()
3953 nic_data->udp_tunnels[i].port == port) in efx_ef10_udp_tnl_has_port()
[all …]
H A Dnic.h201 struct efx_udp_tunnel udp_tunnels[16]; member