| /linux/net/core/ |
| H A D | gso.c | 106 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment() 112 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
|
| H A D | net_test.c | 221 features |= NETIF_F_GSO_PARTIAL; in gso_test_func()
|
| H A D | skbuff.c | 4820 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment() 5084 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
|
| H A D | dev.c | 10949 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features() 11430 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
|
| /linux/include/linux/ |
| H A D | netdev_features.h | 143 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro 266 NETIF_F_GSO_PARTIAL)
|
| H A D | netdevice.h | 5418 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
|
| /linux/include/net/ |
| H A D | udp_tunnel.h | 15 NETIF_F_GSO_PARTIAL) >> \
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 52 NETIF_F_GSO_PARTIAL | \
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_netdev.c | 800 NETIF_F_GSO_PARTIAL | in fbnic_netdev_alloc()
|
| /linux/drivers/net/ |
| H A D | geneve.c | 1687 dev->hw_features |= NETIF_F_GSO_PARTIAL; in geneve_setup() 1691 dev->mangleid_features = NETIF_F_GSO_PARTIAL; in geneve_setup()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 3335 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev() 3338 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev() 3345 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef100_nic.c | 202 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.c | 2728 NETIF_F_GSO_PARTIAL | in bnge_netdev_alloc() 2749 NETIF_F_GSO_PARTIAL; in bnge_netdev_alloc()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_b0.c | 51 NETIF_F_GSO_PARTIAL | \
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | netdev.c | 2792 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_common.c | 2716 NETIF_F_GSO_PARTIAL; in nfp_net_netdev_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 5704 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev() 5741 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 4648 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 5232 NETIF_F_GSO_PARTIAL | in iavf_process_config()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 13194 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev() 13202 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 7229 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 13664 NETIF_F_GSO_PARTIAL | in i40e_config_netdev() 13695 netdev->features |= NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 3586 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 3337 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 11749 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
|