Searched refs:NETIF_F_ALL_TSO (Results 1 – 17 of 17) sorted by relevance
34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
210 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro 214 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \
5275 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
452 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
1003 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io() 1006 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
303 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
1717 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features() 1721 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features() 4465 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso() 4470 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso() 4473 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso() 4490 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
122 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
1328 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
338 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
1745 features_fix &= ~NETIF_F_ALL_TSO; in rtase_fix_features()
2665 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
10671 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()10673 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()10694 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
7742 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features() 7744 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8416 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
238 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
6589 /* Due to E830 hardware limitations, TSO (NETIF_F_ALL_TSO) with GCS in ice_set_features() 6593 ((features & NETIF_F_HW_CSUM) && (features & NETIF_F_ALL_TSO))) { in ice_set_features()