Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic_info (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.10/net/ipv4/
Dudp_tunnel_nic.c132 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_is_empty()
152 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_should_replay()
223 err = dev->udp_tunnel_nic_info->set_port(dev, table, idx, &ti); in udp_tunnel_nic_device_sync_one()
225 err = dev->udp_tunnel_nic_info->unset_port(dev, table, idx, in udp_tunnel_nic_device_sync_one()
241 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_port()
253 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync_by_table()
286 if (dev->udp_tunnel_nic_info->sync_table) in __udp_tunnel_nic_device_sync()
301 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_device_sync()
330 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_is_capable()
348 const struct udp_tunnel_nic_info *info = dev->udp_tunnel_nic_info; in udp_tunnel_nic_has_collision()
[all …]
/Linux-v5.10/drivers/net/netdevsim/
Dudp_tunnels.c90 static const struct udp_tunnel_nic_info nsim_udp_tunnel_info = {
134 struct udp_tunnel_nic_info *info; in nsim_udp_tunnels_info_create()
193 dev->udp_tunnel_nic_info = info; in nsim_udp_tunnels_info_create()
199 kfree(dev->udp_tunnel_nic_info); in nsim_udp_tunnels_info_destroy()
200 dev->udp_tunnel_nic_info = NULL; in nsim_udp_tunnels_info_destroy()
/Linux-v5.10/net/ethtool/
Dtunnels.c40 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_reply_size()
45 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_reply_size()
86 const struct udp_tunnel_nic_info *info; in ethnl_tunnel_info_fill_reply()
90 info = req_base->dev->udp_tunnel_nic_info; in ethnl_tunnel_info_fill_reply()
/Linux-v5.10/include/net/
Dudp_tunnel.h208 struct udp_tunnel_nic *udp_tunnel_nic_info; member
247 struct udp_tunnel_nic_info { struct
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c373 netdev->udp_tunnel_nic_info = xgbe_get_udp_tunnel_info(); in xgbe_config_netdev()
Dxgbe.h1312 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void);
Dxgbe-drv.c929 static const struct udp_tunnel_nic_info xgbe_udp_tunnels = {
938 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void) in xgbe_get_udp_tunnel_info()
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c990 static const struct udp_tunnel_nic_info qede_udp_tunnels_both = {
1015 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_both; in qede_set_udp_tunnels()
1017 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_vxlan; in qede_set_udp_tunnels()
1019 edev->ndev->udp_tunnel_nic_info = &qede_udp_tunnels_geneve; in qede_set_udp_tunnels()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_type.h680 struct udp_tunnel_nic_info udp_tunnel_nic;
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c417 static const struct udp_tunnel_nic_info fm10k_udp_tunnels = {
1583 dev->udp_tunnel_nic_info = &fm10k_udp_tunnels; in fm10k_alloc_netdev()
/Linux-v5.10/drivers/net/ethernet/cisco/enic/
Denic_main.c228 static const struct udp_tunnel_nic_info enic_udp_tunnels = {
2954 netdev->udp_tunnel_nic_info = &enic_udp_tunnels_v4; in enic_probe()
2956 netdev->udp_tunnel_nic_info = &enic_udp_tunnels; in enic_probe()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den.h812 struct udp_tunnel_nic_info nic_info;
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e.h483 struct udp_tunnel_nic_info udp_tunnel_nic;
/Linux-v5.10/drivers/net/
Dgeneve.c1857 if (!dev->udp_tunnel_nic_info) in geneve_netdevice_event()
1860 if (!dev->udp_tunnel_nic_info) in geneve_netdevice_event()
Dvxlan.c4524 if (!dev->udp_tunnel_nic_info) in vxlan_netdevice_event()
4528 if (!dev->udp_tunnel_nic_info) in vxlan_netdevice_event()
/Linux-v5.10/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c1792 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
2104 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
Dlio_main.c2698 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = {
3579 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
/Linux-v5.10/drivers/net/ethernet/sfc/
Def10.c43 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels;
682 efx->net_dev->udp_tunnel_nic_info = &efx_ef10_udp_tunnels; in efx_ef10_probe()
3936 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels = {
/Linux-v5.10/include/linux/
Dnetdevice.h68 struct udp_tunnel_nic_info;
2162 const struct udp_tunnel_nic_info *udp_tunnel_nic_info; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2655 static const struct udp_tunnel_nic_info mlx4_udp_tunnels = {
3334 dev->udp_tunnel_nic_info = &mlx4_udp_tunnels; in mlx4_en_init_netdev()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c3684 static const struct udp_tunnel_nic_info nfp_udp_tunnels = {
3943 netdev->udp_tunnel_nic_info = &nfp_udp_tunnels; in nfp_net_netdev_init()
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c489 static const struct udp_tunnel_nic_info qlcnic_udp_tunnels = {
2321 netdev->udp_tunnel_nic_info = &qlcnic_udp_tunnels; in qlcnic_setup_netdev()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c5021 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550 = {
5029 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550em_a = {
10730 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550; in ixgbe_probe()
10733 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550em_a; in ixgbe_probe()
/Linux-v5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c4030 static const struct udp_tunnel_nic_info be_udp_tunnels = {
5222 netdev->udp_tunnel_nic_info = &be_udp_tunnels; in be_netdev_init()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3827 static const struct udp_tunnel_nic_info cxgb_udp_tunnels = {
6852 netdev->udp_tunnel_nic_info = &cxgb_udp_tunnels; in init_one()

12