Searched refs:NETIF_F_ALL_TSO (Results 1 – 21 of 21) sorted by relevance
34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
203 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro210 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \
4849 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
127 dev->features |= NETIF_F_ALL_TSO; in dummy_setup()
1232 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
3076 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
107 (NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO | NETIF_F_GSO_ENCAP_ALL); in vlan_tnl_features()
1054 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()1057 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
315 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
1470 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()1474 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()4387 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4392 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4395 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4413 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
118 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
978 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \982 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
1354 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \1358 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)1361 NETIF_F_ALL_TSO)
9662 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()9664 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()9685 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
213 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
2678 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
7748 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()7750 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8320 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
6880 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()
59218 -#define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \59219 +#define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | NETIF_F_UFO | \
363616 -#define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \363617 +#define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | NETIF_F_UFO | \364344 return NETIF_F_ALL_TSO;