Searched refs:NETIF_F_ALL_TSO (Results 1 – 15 of 15) sorted by relevance
172 dev->hw_features = NETIF_F_ALL_TSO | NETIF_F_UFO; in loopback_setup()174 | NETIF_F_ALL_TSO in loopback_setup()
151 dev->features |= NETIF_F_ALL_TSO | NETIF_F_UFO; in dummy_setup()
290 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
1784 dev->features |= dev->hw_features & (NETIF_F_ALL_TSO|NETIF_F_UFO); in virtnet_probe()
154 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) macro
3759 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
6355 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()6357 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()6374 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
247 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
1072 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \1076 NETIF_F_ALL_TSO)
969 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
3130 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe()
2759 features &= ~(NETIF_F_ALL_TSO | NETIF_F_ALL_CSUM); in jme_fix_features()
7736 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()7738 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
8304 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
2030 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()