Home
last modified time | relevance | path

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

/Linux-v6.6/net/core/
Dgso.c106 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
112 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
Dskbuff.c4477 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4740 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
Ddev.c9745 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10154 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/Linux-v6.6/include/linux/
Dnetdev_features.h146 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
Dnetdevice.h4980 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3276 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3279 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3286 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
/Linux-v6.6/drivers/net/ethernet/sfc/
Def100_nic.c202 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c2532 NETIF_F_GSO_PARTIAL; in nfp_net_netdev_init()
/Linux-v6.6/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2807 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5115 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
5147 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4618 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_main.c4789 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_main.c6842 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13196 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
13204 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_main.c13742 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
13773 netdev->features |= NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13665 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
13676 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_main.c3456 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_main.c3333 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10963 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/Linux-v6.6/lib/
Dtest_bpf.c14719 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |