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 | \
4862 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()
3096 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()4386 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4391 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4394 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4411 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)
1353 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \1357 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)1360 NETIF_F_ALL_TSO)
9567 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()9569 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()9590 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
2678 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
213 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
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()
59211 -#define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \59212 +#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;