Searched refs:NETIF_F_GSO (Results 1 – 12 of 12) sorted by relevance
90 #define NETIF_F_GSO __NETIF_F(GSO) macro174 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
514 #ifdef NETIF_F_GSO
87 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_GSO_ROBUST | \
1029 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_of_probe()
85 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
764 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_LRO | \
1104 NETIF_F_GSO | in xgene_enet_probe()
242 return NETIF_F_GSO; in ethtool_get_feature_mask()
1596 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
6128 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()6130 features &= ~NETIF_F_GSO; in netdev_fix_features()
1755 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
1789 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | in vnet_new()