| /linux-6.15/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 | 4714 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment() 4978 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
|
| H A D | dev.c | 10512 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features() 10988 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
|
| /linux-6.15/include/linux/ |
| H A D | netdev_features.h | 143 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
|
| H A D | netdevice.h | 5290 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_netdev.c | 678 NETIF_F_GSO_PARTIAL | in fbnic_netdev_alloc()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 52 NETIF_F_GSO_PARTIAL | \
|
| /linux-6.15/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-6.15/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 3352 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev() 3355 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev() 3362 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_b0.c | 51 NETIF_F_GSO_PARTIAL | \
|
| /linux-6.15/drivers/net/ethernet/intel/igbvf/ |
| H A D | netdev.c | 2803 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 1538 NETIF_F_GSO_PARTIAL) 6048 bond_dev->features |= NETIF_F_GSO_PARTIAL; in bond_setup()
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_common.c | 2716 NETIF_F_GSO_PARTIAL; in nfp_net_netdev_init()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 5477 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev() 5514 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 4619 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
|
| /linux-6.15/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 5374 NETIF_F_GSO_PARTIAL | in iavf_process_config()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 13196 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev() 13204 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
|
| /linux-6.15/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 7106 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
|
| /linux-6.15/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 13691 NETIF_F_GSO_PARTIAL | in i40e_config_netdev() 13722 netdev->features |= NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 3592 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
|
| /linux-6.15/drivers/net/ethernet/intel/igb/ |
| H A D | igb_main.c | 3311 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 16530 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one() 16543 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 11425 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
|
| /linux-6.15/lib/ |
| H A D | test_bpf.c | 15124 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |
|