Searched refs:NETIF_F_GSO (Results 1 – 21 of 21) sorted by relevance
429 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data()432 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data()454 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()457 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
114 #define NETIF_F_GSO __NETIF_F(GSO) macro245 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
280 NETIF_F_SG | NETIF_F_GSO | in wg_setup()
317 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
651 ndev->features |= NETIF_F_GSO | in xge_probe()
2334 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()2338 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()2346 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
121 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
122 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
906 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
1413 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_probe()
2449 sk->sk_route_caps |= NETIF_F_GSO; in sk_setup_caps()2450 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
9741 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()9743 features &= ~NETIF_F_GSO; in netdev_fix_features()
1703 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
4900 if (!(netdev->wanted_features & NETIF_F_GSO)) in iavf_process_config()4901 netdev->features &= ~NETIF_F_GSO; in iavf_process_config()
2114 ndev->features |= NETIF_F_HIGHDMA | NETIF_F_RXCSUM | NETIF_F_GSO | in netsec_probe()
2038 NETIF_F_GSO | in xgene_enet_probe()
238 net_dev->features |= NETIF_F_GSO; in dpaa_netdev_init()
236 return NETIF_F_GSO; in ethtool_get_feature_mask()
5156 adapter->netdev->hw_features = NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in send_control_ip_offload()
3321 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
14726 NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_GSO |