Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/linux/
Dnetdev_features.h144 #define NETIF_F_GSO_UDP_TUNNEL_CSUM __NETIF_F(GSO_UDP_TUNNEL_CSUM) macro
262 NETIF_F_GSO_UDP_TUNNEL_CSUM)
Dnetdevice.h4979 BUILD_BUG_ON(SKB_GSO_UDP_TUNNEL_CSUM != (NETIF_F_GSO_UDP_TUNNEL_CSUM >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c368 NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_config_netdev()
371 NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_config_netdev()
Dxgbe-drv.c2195 if ((features & NETIF_F_GSO_UDP_TUNNEL_CSUM) && in xgbe_fix_features()
2210 if (!(features & NETIF_F_GSO_UDP_TUNNEL_CSUM)) { in xgbe_fix_features()
2213 features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_fix_features()
2216 if (features & NETIF_F_GSO_UDP_TUNNEL_CSUM) { in xgbe_fix_features()
2219 features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in xgbe_fix_features()
/Linux-v6.6/drivers/net/vmxnet3/
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()
Dvmxnet3_drv.c2793 NETIF_F_GSO_UDP_TUNNEL_CSUM)) in vmxnet3_setup_driver_shared()
3514 NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
3520 NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
3566 netdev->hw_enc_features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
3567 netdev->hw_features &= ~NETIF_F_GSO_UDP_TUNNEL_CSUM; in vmxnet3_declare_features()
/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c925 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM; in netdev_features_init()
933 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_UDP_TUNNEL; in netdev_features_init()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3275 NETIF_F_GSO_UDP_TUNNEL_CSUM | in mlx4_en_init_netdev()
3278 NETIF_F_GSO_UDP_TUNNEL_CSUM | in mlx4_en_init_netdev()
3280 dev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx4_en_init_netdev()
3285 NETIF_F_GSO_UDP_TUNNEL_CSUM | in mlx4_en_init_netdev()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c2531 NETIF_F_GSO_UDP_TUNNEL_CSUM | in nfp_net_netdev_init()
2533 netdev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM; in nfp_net_netdev_init()
/Linux-v6.6/drivers/net/ethernet/sfc/
Def100_nic.c203 NETIF_F_GSO_UDP_TUNNEL | NETIF_F_GSO_UDP_TUNNEL_CSUM | in efx_ef100_init_datapath_caps()
Def10.c1362 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM; in efx_ef10_init_nic()
/Linux-v6.6/drivers/net/ethernet/qlogic/qede/
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-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1491 if (features & NETIF_F_GSO_UDP_TUNNEL_CSUM) in ionic_netdev_features_to_nic()
1594 NETIF_F_GSO_UDP_TUNNEL_CSUM; in ionic_init_nic_features()
1638 netdev->hw_enc_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in ionic_init_nic_features()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5152 NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
5154 NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
5155 netdev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
5157 NETIF_F_GSO_UDP_TUNNEL_CSUM; in mlx5e_build_nic_netdev()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_main.c4788 NETIF_F_GSO_UDP_TUNNEL_CSUM | in iavf_process_config()
4795 NETIF_F_GSO_UDP_TUNNEL_CSUM; in iavf_process_config()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1355 NETIF_F_GSO_UDP_TUNNEL_CSUM)
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2804 NETIF_F_GSO_UDP_TUNNEL_CSUM) in igbvf_probe()
/Linux-v6.6/drivers/net/ethernet/cisco/enic/
Denic_main.c2913 NETIF_F_GSO_UDP_TUNNEL_CSUM; in enic_probe()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6821 NETIF_F_GSO_UDP_TUNNEL_CSUM | in init_one()
6825 NETIF_F_GSO_UDP_TUNNEL_CSUM | in init_one()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_main.c3455 NETIF_F_GSO_UDP_TUNNEL_CSUM | in ice_set_netdev_features()
3461 netdev->gso_partial_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM | in ice_set_netdev_features()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4615 NETIF_F_GSO_UDP_TUNNEL_CSUM) in ixgbevf_probe()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
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-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13664 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM | in bnxt_init_one()
13675 NETIF_F_GSO_UDP_TUNNEL_CSUM | NETIF_F_GSO_GRE_CSUM | in bnxt_init_one()
13679 dev->gso_partial_features = NETIF_F_GSO_UDP_TUNNEL_CSUM | in bnxt_init_one()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_main.c13746 NETIF_F_GSO_UDP_TUNNEL_CSUM | in i40e_config_netdev()
13754 netdev->gso_partial_features |= NETIF_F_GSO_UDP_TUNNEL_CSUM; in i40e_config_netdev()
13770 NETIF_F_GSO_UDP_TUNNEL_CSUM) in i40e_config_netdev()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_main.c6839 NETIF_F_GSO_UDP_TUNNEL_CSUM) in igc_probe()

12