Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdev_features.h146 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
A Dnetdevice.h4971 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100_nic.c202 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c3336 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3339 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
3346 NETIF_F_GSO_PARTIAL; in mlx4_en_init_netdev()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/linux-6.3-rc2/net/core/
A Dskbuff.c4346 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4602 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
A Ddev.c3385 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
3391 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
9625 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10035 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Dnetdev.c2776 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_common.c2488 NETIF_F_GSO_PARTIAL; in nfp_net_netdev_init()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c5063 netdev->vlan_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
5095 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_main.c4747 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c4618 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_main.c6559 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c13209 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
13217 NETIF_F_GSO_PARTIAL; in bnx2x_init_dev()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c13663 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
13674 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_main.c13736 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
13767 netdev->features |= NETIF_F_GSO_PARTIAL | in i40e_config_netdev()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_main.c3432 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_main.c3333 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c10984 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/linux-6.3-rc2/lib/
A Dtest_bpf.c14727 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |

Completed in 307 milliseconds