Searched refs:NETIF_F_GSO (Results 1 – 13 of 13) sorted by relevance
89 #define NETIF_F_GSO __NETIF_F(GSO) macro180 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
514 #ifdef NETIF_F_GSO
92 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_GSO_ROBUST | \
1547 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()1551 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
1027 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_of_probe()
140 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
766 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_LRO | \
1449 NETIF_F_GSO | in xgene_enet_probe()
1755 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
253 return NETIF_F_GSO; in ethtool_get_feature_mask()
1610 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
6378 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()6380 features &= ~NETIF_F_GSO; in netdev_fix_features()
1790 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | in vnet_new()