/Linux-v5.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 369 NETIF_F_GSO_UDP_TUNNEL | in xgbe_config_netdev() 373 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in xgbe_config_netdev() 378 pdata->vxlan_features = NETIF_F_GSO_UDP_TUNNEL | in xgbe_config_netdev()
|
D | xgbe-drv.c | 923 NETIF_F_GSO_UDP_TUNNEL | in xgbe_disable_vxlan_offloads() 926 netdev->features &= ~(NETIF_F_GSO_UDP_TUNNEL | in xgbe_disable_vxlan_offloads() 2276 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features() 2294 !(features & NETIF_F_GSO_UDP_TUNNEL)) { in xgbe_fix_features() 2297 features |= NETIF_F_GSO_UDP_TUNNEL; in xgbe_fix_features() 2346 udp_tunnel = pdata->netdev_features & NETIF_F_GSO_UDP_TUNNEL; in xgbe_set_features() 2370 if ((features & NETIF_F_GSO_UDP_TUNNEL) && !udp_tunnel) in xgbe_set_features() 2372 else if (!(features & NETIF_F_GSO_UDP_TUNNEL) && udp_tunnel) in xgbe_set_features()
|
/Linux-v5.4/include/linux/ |
D | netdev_features.h | 133 #define NETIF_F_GSO_UDP_TUNNEL __NETIF_F(GSO_UDP_TUNNEL) macro 240 NETIF_F_GSO_UDP_TUNNEL | \
|
D | netdevice.h | 4513 BUILD_BUG_ON(SKB_GSO_UDP_TUNNEL != (NETIF_F_GSO_UDP_TUNNEL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 341 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL; in nfp_repr_init()
|
D | nfp_net_common.c | 4006 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL; in nfp_net_netdev_init()
|
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1689 NETIF_F_GSO_UDP_TUNNEL | in fm10k_alloc_netdev() 1693 dev->features |= NETIF_F_GSO_UDP_TUNNEL; in fm10k_alloc_netdev()
|
D | fm10k_main.c | 793 tx_ring->netdev->features &= ~NETIF_F_GSO_UDP_TUNNEL; in fm10k_tso()
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 2071 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature() 2083 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature() 2090 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature() 2097 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature()
|
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/ |
D | ionic_lif.c | 1056 if (features & NETIF_F_GSO_UDP_TUNNEL) in ionic_netdev_features_to_nic() 1184 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL; in ionic_init_nic_features()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 782 hw_features |= (NETIF_F_GSO_UDP_TUNNEL | in qede_init_ndev() 784 ndev->hw_enc_features |= (NETIF_F_GSO_UDP_TUNNEL | in qede_init_ndev()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 3413 dev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx4_en_init_netdev() 3416 dev->features |= NETIF_F_GSO_UDP_TUNNEL | in mlx4_en_init_netdev() 3423 NETIF_F_GSO_UDP_TUNNEL | in mlx4_en_init_netdev()
|
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 3592 | NETIF_F_GSO_UDP_TUNNEL in setup_nic_devices() 3601 lio->dev_capability |= NETIF_F_GSO_UDP_TUNNEL; in setup_nic_devices()
|
D | lio_vf_main.c | 2091 | NETIF_F_GSO_UDP_TUNNEL in setup_nic_devices()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2329 netdev->features |= NETIF_F_GSO_UDP_TUNNEL; in qlcnic_setup_netdev() 2333 NETIF_F_GSO_UDP_TUNNEL | in qlcnic_setup_netdev()
|
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2806 NETIF_F_GSO_UDP_TUNNEL | \ in igbvf_probe()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 4904 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx5e_build_nic_netdev() 4906 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx5e_build_nic_netdev()
|
/Linux-v5.4/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2941 NETIF_F_GSO_UDP_TUNNEL | in enic_probe()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 5884 NETIF_F_GSO_UDP_TUNNEL | in init_one() 5888 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in init_one()
|
/Linux-v5.4/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 4000 NETIF_F_GSO_UDP_TUNNEL; in be_enable_vxlan_offloads() 5324 NETIF_F_GSO_UDP_TUNNEL | in be_netdev_init()
|
/Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 3475 hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL | in iavf_process_config()
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 4635 NETIF_F_GSO_UDP_TUNNEL | \ in ixgbevf_probe()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 11714 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE | in bnxt_init_one() 11726 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE | in bnxt_init_one()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13328 NETIF_F_GSO_UDP_TUNNEL | in bnx2x_init_dev() 13337 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM | in bnx2x_init_dev()
|
/Linux-v5.4/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 3134 NETIF_F_GSO_UDP_TUNNEL | \ in igb_probe()
|