| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 132 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/netdevsim/ |
| H A D | udp_tunnels.c | 90 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()
|
| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | tunnels.c | 40 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()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | udp_tunnel.h | 207 struct udp_tunnel_nic *udp_tunnel_nic_info; member 246 struct udp_tunnel_nic_info { struct
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-main.c | 373 netdev->udp_tunnel_nic_info = xgbe_get_udp_tunnel_info(); in xgbe_config_netdev()
|
| H A D | xgbe.h | 1312 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void);
|
| H A D | xgbe-drv.c | 931 static const struct udp_tunnel_nic_info xgbe_udp_tunnels = { 940 const struct udp_tunnel_nic_info *xgbe_get_udp_tunnel_info(void) in xgbe_get_udp_tunnel_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 990 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_netdev.c | 417 static const struct udp_tunnel_nic_info fm10k_udp_tunnels = { 1583 dev->udp_tunnel_nic_info = &fm10k_udp_tunnels; in fm10k_alloc_netdev()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_type.h | 683 struct udp_tunnel_nic_info udp_tunnel_nic;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_main.c | 228 static const struct udp_tunnel_nic_info enic_udp_tunnels = { 2957 netdev->udp_tunnel_nic_info = &enic_udp_tunnels_v4; in enic_probe() 2959 netdev->udp_tunnel_nic_info = &enic_udp_tunnels; in enic_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 813 struct udp_tunnel_nic_info nic_info;
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | geneve.c | 1882 if (!dev->udp_tunnel_nic_info) in geneve_netdevice_event() 1885 if (!dev->udp_tunnel_nic_info) in geneve_netdevice_event()
|
| H A D | vxlan.c | 4536 if (!dev->udp_tunnel_nic_info) in vxlan_netdevice_event() 4540 if (!dev->udp_tunnel_nic_info) in vxlan_netdevice_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e.h | 488 struct udp_tunnel_nic_info udp_tunnel_nic;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | lio_vf_main.c | 1805 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = { 2117 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
|
| H A D | lio_main.c | 2723 static const struct udp_tunnel_nic_info liquidio_udp_tunnels = { 3604 netdev->udp_tunnel_nic_info = &liquidio_udp_tunnels; in setup_nic_devices()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ef10.c | 43 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() 3933 static const struct udp_tunnel_nic_info efx_ef10_udp_tunnels = {
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 69 struct udp_tunnel_nic_info; 2218 const struct udp_tunnel_nic_info *udp_tunnel_nic_info; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_main.c | 489 static const struct udp_tunnel_nic_info qlcnic_udp_tunnels = { 2321 netdev->udp_tunnel_nic_info = &qlcnic_udp_tunnels; in qlcnic_setup_netdev()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 2663 static const struct udp_tunnel_nic_info mlx4_udp_tunnels = { 3342 dev->udp_tunnel_nic_info = &mlx4_udp_tunnels; in mlx4_en_init_netdev()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_common.c | 3684 static const struct udp_tunnel_nic_info nfp_udp_tunnels = { 3943 netdev->udp_tunnel_nic_info = &nfp_udp_tunnels; in nfp_net_netdev_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 5022 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550 = { 5030 static const struct udp_tunnel_nic_info ixgbe_udp_tunnels_x550em_a = { 10749 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550; in ixgbe_probe() 10752 netdev->udp_tunnel_nic_info = &ixgbe_udp_tunnels_x550em_a; in ixgbe_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 4030 static const struct udp_tunnel_nic_info be_udp_tunnels = { 5222 netdev->udp_tunnel_nic_info = &be_udp_tunnels; in be_netdev_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 3830 static const struct udp_tunnel_nic_info cxgb_udp_tunnels = { 6852 netdev->udp_tunnel_nic_info = &cxgb_udp_tunnels; in init_one()
|