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

/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A DMakefile16 udp_tunnel_nic.sh \
/linux-master/net/ipv4/
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...]
H A DMakefile31 udp_tunnel-y := udp_tunnel_core.o udp_tunnel_nic.o
/linux-master/include/net/
H A Dudp_tunnel.h224 struct udp_tunnel_nic;
229 struct udp_tunnel_nic *udp_tunnel_nic_info;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c3520 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic;
4649 pf->hw.udp_tunnel_nic.set_port = ice_udp_tunnel_set_port;
4650 pf->hw.udp_tunnel_nic.unset_port = ice_udp_tunnel_unset_port;
4651 pf->hw.udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
4652 pf->hw.udp_tunnel_nic.shared = &pf->hw.udp_tunnel_shared;
4654 pf->hw.udp_tunnel_nic.tables[0].n_entries =
4656 pf->hw.udp_tunnel_nic.tables[0].tunnel_types =
4660 pf->hw.udp_tunnel_nic.tables[1].n_entries =
4662 pf->hw.udp_tunnel_nic.tables[1].tunnel_types =
H A Dice_type.h945 struct udp_tunnel_nic_info udp_tunnel_nic; member in struct:ice_hw
/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.c13692 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic;
15877 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port;
15878 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port;
15879 pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
15880 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared;
15881 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS;
15882 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN |
/linux-master/include/linux/
H A Dnetdevice.h76 struct udp_tunnel_nic;
1998 * @udp_tunnel_nic: UDP tunnel offload state
2380 struct udp_tunnel_nic *udp_tunnel_nic; member in struct:net_device

Completed in 354 milliseconds