Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_UDP_TUNNEL_CSUM (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.15/include/linux/
H A Dnetdev_features.h141 #define NETIF_F_GSO_UDP_TUNNEL_CSUM __NETIF_F(GSO_UDP_TUNNEL_CSUM) macro
256 NETIF_F_GSO_UDP_TUNNEL_CSUM)
H A Dnetdevice.h5289 BUILD_BUG_ON(SKB_GSO_UDP_TUNNEL_CSUM != (NETIF_F_GSO_UDP_TUNNEL_CSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c368 NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_config_netdev()
371 NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_config_netdev()
H A Dxgbe-drv.c2209 if ((features & NETIF_F_GSO_UDP_TUNNEL_CSUM) && in xgbe_fix_features()
2224 if (!(features & NETIF_F_GSO_UDP_TUNNEL_CSUM)) { in xgbe_fix_features()
2227 features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_fix_features()
2230 if (features & NETIF_F_GSO_UDP_TUNNEL_CSUM) { in xgbe_fix_features()
2233 features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_fix_features()
/linux-6.15/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c335 if (features & NETIF_F_GSO_UDP_TUNNEL_CSUM) in vmxnet3_enable_encap_offloads()
336 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_enable_encap_offloads()
380 netdev->hw_enc_features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_enable_encap_offloads()
394 NETIF_F_GSO_UDP_TUNNEL_CSUM); in vmxnet3_disable_encap_offloads()
420 NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_set_features()
H A Dvmxnet3_drv.c2899 NETIF_F_GSO_UDP_TUNNEL_CSUM)) in vmxnet3_setup_driver_shared()
3674 NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
3680 NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
3736 netdev->hw_enc_features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
3737 netdev->hw_features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
/linux-6.15/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c927 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM; in netdev_features_init()
935 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_UDP_TUNNEL; in netdev_features_init()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c666 NETIF_F_GSO_UDP_TUNNEL_CSUM; in fbnic_netdev_alloc()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c3351 NETIF_F_GSO_UDP_TUNNEL_CSUM | in mlx4_en_init_netdev()
3354 NETIF_F_GSO_UDP_TUNNEL_CSUM | in mlx4_en_init_netdev()
3356 dev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx4_en_init_netdev()
3361 NETIF_F_GSO_UDP_TUNNEL_CSUM | in mlx4_en_init_netdev()
/linux-6.15/drivers/net/ethernet/sfc/
H A Def100_nic.c203 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM | in efx_ef100_init_datapath_caps()
H A Def10.c1362 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM; in efx_ef10_init_nic()
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2715 NETIF_F_GSO_UDP_TUNNEL_CSUM | in nfp_net_netdev_init()
2717 netdev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM; in nfp_net_netdev_init()
/linux-6.15/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c890 NETIF_F_GSO_UDP_TUNNEL_CSUM); in qede_init_ndev()
892 NETIF_F_GSO_UDP_TUNNEL_CSUM); in qede_init_ndev()
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1473 if (features & NETIF_F_GSO_UDP_TUNNEL_CSUM) in ionic_netdev_features_to_nic()
1576 NETIF_F_GSO_UDP_TUNNEL_CSUM; in ionic_init_nic_features()
1620 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in ionic_init_nic_features()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5519 NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
5521 NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
5522 netdev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
5524 NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c5373 NETIF_F_GSO_UDP_TUNNEL_CSUM | in iavf_process_config()
5380 NETIF_F_GSO_UDP_TUNNEL_CSUM; in iavf_process_config()
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1355 NETIF_F_GSO_UDP_TUNNEL_CSUM)
/linux-6.15/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2800 NETIF_F_GSO_UDP_TUNNEL_CSUM) in igbvf_probe()
/linux-6.15/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2868 NETIF_F_GSO_UDP_TUNNEL_CSUM; in enic_probe()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6794 NETIF_F_GSO_UDP_TUNNEL_CSUM | in init_one()
6798 NETIF_F_GSO_UDP_TUNNEL_CSUM | in init_one()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c3591 NETIF_F_GSO_UDP_TUNNEL_CSUM | in ice_set_netdev_features()
3597 netdev->gso_partial_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM | in ice_set_netdev_features()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4616 NETIF_F_GSO_UDP_TUNNEL_CSUM) in ixgbevf_probe()
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13195 NETIF_F_GSO_UDP_TUNNEL_CSUM | in bnx2x_init_dev()
13203 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM | in bnx2x_init_dev()
13207 NETIF_F_GSO_UDP_TUNNEL_CSUM; in bnx2x_init_dev()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13695 NETIF_F_GSO_UDP_TUNNEL_CSUM | in i40e_config_netdev()
13703 netdev->gso_partial_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in i40e_config_netdev()
13719 NETIF_F_GSO_UDP_TUNNEL_CSUM) in i40e_config_netdev()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16529 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM | in bnxt_init_one()
16542 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM | in bnxt_init_one()
16551 dev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM | in bnxt_init_one()

12