Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdev_features.h146 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
Dnetdevice.h5080 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/Linux-v5.15/drivers/net/ethernet/sfc/
Def100_nic.c187 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3331 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3334 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3341 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/Linux-v5.15/net/core/
Dskbuff.c4018 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4275 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
Ddev.c3386 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
3392 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
9882 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10295 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/Linux-v5.15/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2784 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4461 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
4485 netdev->hw_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_main.c3558 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4598 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_main.c6337 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_main.c3090 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13203 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
13211 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13270 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
13281 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/Linux-v5.15/lib/
Dtest_bpf.c8885 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_main.c3291 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10810 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_main.c13339 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()