Home
last modified time | relevance | path

Searched refs:NETIF_F_GSO_PARTIAL (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.1/include/linux/
Dnetdev_features.h146 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
Dnetdevice.h4930 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/Linux-v6.1/drivers/net/ethernet/sfc/
Def100_nic.c191 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3333 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3336 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3343 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/Linux-v6.1/net/core/
Dskbuff.c4167 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4423 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
Ddev.c3395 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
3401 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
9636 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10046 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c2380 NETIF_F_GSO_PARTIAL; in nfp_net_netdev_init()
/Linux-v6.1/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2776 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5058 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
5090 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4611 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/Linux-v6.1/drivers/net/ethernet/intel/iavf/
Diavf_main.c4755 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_main.c6356 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13209 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
13217 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13608 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
13619 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_main.c13691 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
13722 netdev->features |= NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_main.c3380 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/Linux-v6.1/drivers/net/ethernet/intel/igb/
Digb_main.c3291 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10976 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/Linux-v6.1/lib/
Dtest_bpf.c14728 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |