Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dgso.c106 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
112 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
H A Dskbuff.c4489 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4753 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
H A Ddev.c9751 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10212 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/openbmc/linux/include/linux/
H A Dnetdev_features.h146 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
H A Dnetdevice.h5002 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_nic.c202 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2532 NETIF_F_GSO_PARTIAL; in nfp_net_netdev_init()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2806 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5135 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
5167 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4618 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4869 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6827 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13196 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
13204 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13786 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
13817 netdev->features |= NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13687 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
13698 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3458 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c3333 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11001 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/openbmc/linux/lib/
H A Dtest_bpf.c14719 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |