Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h140 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
Dnetdevice.h4894 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3330 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3333 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3340 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/kernel/linux/linux-5.10/net/core/
Dskbuff.c3845 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4100 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
Ddev.c3400 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
3406 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
9601 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10003 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2796 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c5035 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
5066 netdev->hw_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_main.c3564 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4627 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_main.c5273 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_main.c2970 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/kernel/linux/linux-5.10/lib/
Dtest_bpf.c6913 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13269 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
13277 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c12715 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
12726 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_main.c3296 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10858 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_main.c13082 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()