Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetdev_features.h146 #define NETIF_F_GSO_PARTIAL __NETIF_F(GSO_PARTIAL) macro
A Dnetdevice.h5086 BUILD_BUG_ON(SKB_GSO_PARTIAL != (NETIF_F_GSO_PARTIAL >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c52 NETIF_F_GSO_PARTIAL | \
/linux/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/drivers/net/ethernet/sfc/
A Def100_nic.c187 netdev_features_t tso = NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_PARTIAL | in efx_ef100_init_datapath_caps()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_b0.c51 NETIF_F_GSO_PARTIAL | \
/linux/net/core/
A Dskbuff.c4007 if (!(features & NETIF_F_GSO_PARTIAL)) { in skb_segment()
4264 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL; in skb_segment()
A Ddev.c3394 if (features & NETIF_F_GSO_PARTIAL) { in __skb_gso_segment()
3400 features &= ~NETIF_F_GSO_PARTIAL; in __skb_gso_segment()
9907 !(features & NETIF_F_GSO_PARTIAL)) { in netdev_fix_features()
10325 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL; in register_netdevice()
/linux/drivers/net/ethernet/intel/igbvf/
A Dnetdev.c2783 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in igbvf_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_main.c4788 netdev->hw_enc_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
4812 netdev->hw_features |= NETIF_F_GSO_PARTIAL; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_main.c3663 NETIF_F_GSO_PARTIAL | in iavf_process_config()
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c4598 netdev->hw_features |= NETIF_F_GSO_PARTIAL | in ixgbevf_probe()
/linux/drivers/net/ethernet/intel/igc/
A Digc_main.c6344 netdev->features |= NETIF_F_GSO_PARTIAL | IGC_GSO_PARTIAL_FEATURES; in igc_probe()
/linux/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/drivers/net/ethernet/intel/ice/
A Dice_main.c3248 NETIF_F_GSO_PARTIAL | in ice_set_netdev_features()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.c13331 NETIF_F_GSO_PARTIAL | NETIF_F_RXHASH | in bnxt_init_one()
13342 NETIF_F_GSO_IPXIP4 | NETIF_F_GSO_PARTIAL; in bnxt_init_one()
/linux/drivers/net/ethernet/intel/igb/
A Digb_main.c3298 netdev->features |= NETIF_F_GSO_PARTIAL | IGB_GSO_PARTIAL_FEATURES; in igb_probe()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c10838 netdev->features |= NETIF_F_GSO_PARTIAL | in ixgbe_probe()
/linux/lib/
A Dtest_bpf.c14451 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_main.c13426 NETIF_F_GSO_PARTIAL | in i40e_config_netdev()

Completed in 246 milliseconds