Searched refs:udp_tunnel_nic (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h519 struct udp_tunnel_nic_info udp_tunnel_nic; member in struct:i40e_pf
H A Di40e_main.c13719 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic;
15906 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port;
15907 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port;
15908 pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
15909 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared;
15910 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS;
15911 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN |
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c3557 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic;
4756 pf->hw.udp_tunnel_nic.set_port = ice_udp_tunnel_set_port;
4757 pf->hw.udp_tunnel_nic.unset_port = ice_udp_tunnel_unset_port;
4758 pf->hw.udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
4759 pf->hw.udp_tunnel_nic.shared = &pf->hw.udp_tunnel_shared;
4761 pf->hw.udp_tunnel_nic.tables[0].n_entries =
4763 pf->hw.udp_tunnel_nic.tables[0].tunnel_types =
4767 pf->hw.udp_tunnel_nic.tables[1].n_entries =
4769 pf->hw.udp_tunnel_nic.tables[1].tunnel_types =
H A Dice_type.h948 struct udp_tunnel_nic_info udp_tunnel_nic; member in struct:ice_hw
/linux-master/include/linux/
H A Dnetdevice.h76 struct udp_tunnel_nic;
2000 * @udp_tunnel_nic: UDP tunnel offload state
2384 struct udp_tunnel_nic *udp_tunnel_nic; member in struct:net_device
/linux-master/include/net/
H A Dudp_tunnel.h224 struct udp_tunnel_nic;
229 struct udp_tunnel_nic *udp_tunnel_nic_info;
/linux-master/net/ipv4/
H A DMakefile31 udp_tunnel-y := udp_tunnel_core.o udp_tunnel_nic.o
H A Dudp_tunnel_nic.c29 * struct udp_tunnel_nic - UDP tunnel port offload state
39 struct udp_tunnel_nic { struct
111 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn,
130 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn)
143 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn)
169 struct udp_tunnel_nic *utn;
171 utn = dev->udp_tunnel_nic;
182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv;
210 struct udp_tunnel_nic *utn,
239 struct udp_tunnel_nic *ut
[all...]
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A DMakefile16 udp_tunnel_nic.sh \

Completed in 364 milliseconds