Searched refs:NETIF_F_ALL_TSO (Results 1 – 14 of 14) sorted by relevance
173 dev->hw_features = NETIF_F_ALL_TSO | NETIF_F_UFO; in loopback_setup()175 | NETIF_F_ALL_TSO in loopback_setup()
289 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
1780 dev->features |= dev->hw_features & (NETIF_F_ALL_TSO|NETIF_F_UFO); in virtnet_probe()
153 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) macro
3676 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
6105 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()6107 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()6124 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
236 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
969 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
2998 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe()
2760 features &= ~(NETIF_F_ALL_TSO | NETIF_F_ALL_CSUM); in jme_fix_features()
1059 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
7718 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()7720 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8304 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
2018 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()