Searched refs:NETIF_F_ALL_TSO (Results 1 – 18 of 18) sorted by relevance
34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
214 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro221 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | NETIF_F_GSO_SCTP | \
4939 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
385 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
1013 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()1016 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
992 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()995 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
317 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
1431 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()1435 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()4275 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4280 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4283 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()4300 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
121 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
1327 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
312 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
3913 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
9591 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()9593 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()9614 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
2667 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
232 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
7758 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()7760 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8302 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
6872 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()
Completed in 122 milliseconds