Searched refs:NETIF_F_GSO (Results 1 – 11 of 11) sorted by relevance
373 NETIF_F_NETNS_LOCAL | NETIF_F_GSO | NETIF_F_HW_VLAN_TX; in br_dev_setup()
530 #ifdef NETIF_F_GSO
417 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_GSO_ROBUST | \
985 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_of_probe()
1760 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
1055 #define NETIF_F_GSO 2048 /* Enable software GSO. */ macro1111 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
2308 dev->features |= NETIF_F_GSO; in tile_net_setup()
5218 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()5220 features &= ~NETIF_F_GSO; in netdev_fix_features()6177 all &= one | NETIF_F_LLTX | NETIF_F_GSO | NETIF_F_UFO; in netdev_increment_features()
414 return NETIF_F_GSO; in ethtool_get_feature_mask()
1305 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
1732 netdev->features |= NETIF_F_GSO | NETIF_F_TSO | NETIF_F_SG | NETIF_F_IP_CSUM; in nes_netdev_init()