Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp_tunnel_nic.c40 struct udp_tunnel_nic { struct
114 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue()
133 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty()
146 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay()
172 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_get_port()
174 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_get_port()
185 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
213 struct udp_tunnel_nic *utn, in udp_tunnel_nic_device_sync_one()
242 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_port()
254 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_table()
[all …]
H A DMakefile31 udp_tunnel-y := udp_tunnel_core.o udp_tunnel_nic.o
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A DMakefile19 udp_tunnel_nic.sh \
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst176 struct udp_tunnel_nic* udp_tunnel_nic
/linux/include/net/
H A Dudp_tunnel.h254 struct udp_tunnel_nic;
259 struct udp_tunnel_nic *udp_tunnel_nic_info;
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3528 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic; in ice_set_ops()
4045 struct udp_tunnel_nic_info *udp_tunnel_nic = &pf->hw.udp_tunnel_nic; in ice_init_pf() local
4080 udp_tunnel_nic->set_port = ice_udp_tunnel_set_port; in ice_init_pf()
4081 udp_tunnel_nic->unset_port = ice_udp_tunnel_unset_port; in ice_init_pf()
4082 udp_tunnel_nic->shared = &hw->udp_tunnel_shared; in ice_init_pf()
4083 udp_tunnel_nic->tables[0].n_entries = hw->tnl.valid_count[TNL_VXLAN]; in ice_init_pf()
4084 udp_tunnel_nic->tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN; in ice_init_pf()
4085 udp_tunnel_nic->tables[1].n_entries = hw->tnl.valid_count[TNL_GENEVE]; in ice_init_pf()
4086 udp_tunnel_nic->tables[1].tunnel_types = UDP_TUNNEL_TYPE_GENEVE; in ice_init_pf()
/linux/include/linux/
H A Dnetdevice.h78 struct udp_tunnel_nic;
2475 struct udp_tunnel_nic *udp_tunnel_nic; member
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h522 struct udp_tunnel_nic_info udp_tunnel_nic; member
H A Di40e_main.c13678 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic; in i40e_config_netdev()
15849 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port; in i40e_probe()
15850 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port; in i40e_probe()
15851 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared; in i40e_probe()
15852 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS; in i40e_probe()
15853 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN | in i40e_probe()