Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_UDP_TUNNEL (Results 1 – 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h137 #define NETIF_F_GSO_UDP_TUNNEL __NETIF_F(GSO_UDP_TUNNEL) macro
250 NETIF_F_GSO_UDP_TUNNEL | \
Dnetdevice.h4897 BUILD_BUG_ON(SKB_GSO_UDP_TUNNEL != (NETIF_F_GSO_UDP_TUNNEL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c367 NETIF_F_GSO_UDP_TUNNEL | in xgbe_config_netdev()
370 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in xgbe_config_netdev()
Dxgbe-drv.c2196 vxlan_base = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_RX_UDP_TUNNEL_PORT; in xgbe_fix_features()
2203 !(features & NETIF_F_GSO_UDP_TUNNEL)) { in xgbe_fix_features()
2206 features |= NETIF_F_GSO_UDP_TUNNEL; in xgbe_fix_features()
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
Dvmxnet3_ethtool.c324 NETIF_F_LRO | NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_enable_encap_offloads()
337 NETIF_F_LRO | NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_disable_encap_offloads()
347 netdev_features_t tun_offload_mask = NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_set_features()
Dvmxnet3_drv.c2527 if (adapter->netdev->features & (NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_setup_driver_shared()
3177 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_declare_features()
3183 NETIF_F_LRO | NETIF_F_GSO_UDP_TUNNEL | in vmxnet3_declare_features()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c357 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL; in nfp_repr_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1577 NETIF_F_GSO_UDP_TUNNEL | in fm10k_alloc_netdev()
1581 dev->features |= NETIF_F_GSO_UDP_TUNNEL; in fm10k_alloc_netdev()
Dfm10k_main.c788 tx_ring->netdev->features &= ~NETIF_F_GSO_UDP_TUNNEL; in fm10k_tso()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c932 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM; in netdev_features_init()
940 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_UDP_TUNNEL; in netdev_features_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2317 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature()
2328 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature()
2336 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature()
2344 NETIF_F_GSO_GRE_CSUM | NETIF_F_GSO_UDP_TUNNEL | in hns3_set_default_feature()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3328 dev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx4_en_init_netdev()
3331 dev->features |= NETIF_F_GSO_UDP_TUNNEL | in mlx4_en_init_netdev()
3338 NETIF_F_GSO_UDP_TUNNEL | in mlx4_en_init_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c830 hw_features |= (NETIF_F_GSO_UDP_TUNNEL | in qede_init_ndev()
832 ndev->hw_enc_features |= (NETIF_F_GSO_UDP_TUNNEL | in qede_init_ndev()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1260 if (features & NETIF_F_GSO_UDP_TUNNEL) in ionic_netdev_features_to_nic()
1393 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL; in ionic_init_nic_features()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c3595 | NETIF_F_GSO_UDP_TUNNEL in setup_nic_devices()
3606 lio->dev_capability |= NETIF_F_GSO_UDP_TUNNEL; in setup_nic_devices()
Dlio_vf_main.c2109 | NETIF_F_GSO_UDP_TUNNEL in setup_nic_devices()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2309 netdev->features |= NETIF_F_GSO_UDP_TUNNEL; in qlcnic_setup_netdev()
2313 NETIF_F_GSO_UDP_TUNNEL | in qlcnic_setup_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5039 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx5e_build_nic_netdev()
5041 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx5e_build_nic_netdev()
5044 netdev->vlan_features |= NETIF_F_GSO_UDP_TUNNEL | in mlx5e_build_nic_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2796 NETIF_F_GSO_UDP_TUNNEL | \ in igbvf_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c4004 NETIF_F_GSO_UDP_TUNNEL; in be_vxlan_set_port()
5199 NETIF_F_GSO_UDP_TUNNEL | in be_netdev_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
Denic_main.c2927 NETIF_F_GSO_UDP_TUNNEL | in enic_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6843 NETIF_F_GSO_UDP_TUNNEL | in init_one()
6847 netdev->hw_features |= NETIF_F_GSO_UDP_TUNNEL | in init_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_main.c3558 hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL | in iavf_process_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Def10.c1359 tun_feats = NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_GRE | in efx_ef10_init_nic()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4623 NETIF_F_GSO_UDP_TUNNEL | \ in ixgbevf_probe()

12