Searched refs:NETIF_F_GSO (Results 1 – 21 of 21) sorted by relevance
107 #define NETIF_F_GSO __NETIF_F(GSO) macro212 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
429 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()432 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
512 #ifdef NETIF_F_GSO
316 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
665 ndev->features |= NETIF_F_GSO | in xge_probe()
2332 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()2336 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()2344 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns_nic_dev_probe()
1682 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()1694 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()1701 NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO | in hns3_set_default_feature()1708 NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO | in hns3_set_default_feature()
182 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_GSO_ROBUST | \
1008 ndev->features |= NETIF_F_GSO; /* Enable software GSO. */ in temac_of_probe()
119 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
839 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_LRO | \
3349 if (!(netdev->wanted_features & NETIF_F_GSO)) in i40evf_process_config()3350 netdev->features &= ~NETIF_F_GSO; in i40evf_process_config()
1711 NETIF_F_HIGHDMA | NETIF_F_GSO; in pasemi_mac_probe()
1669 ndev->features |= NETIF_F_HIGHDMA | NETIF_F_RXCSUM | NETIF_F_GSO | in netsec_probe()
2053 NETIF_F_GSO | in xgene_enet_probe()
248 net_dev->features |= NETIF_F_GSO; in dpaa_netdev_init()
284 return NETIF_F_GSO; in ethtool_get_feature_mask()
1774 if (sk->sk_route_caps & NETIF_F_GSO) in sk_setup_caps()
8102 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()8104 features &= ~NETIF_F_GSO; in netdev_fix_features()
456 sk->sk_route_forced_caps = NETIF_F_GSO; in tcp_init_sock()
3790 adapter->netdev->features = NETIF_F_SG | NETIF_F_GSO; in handle_query_ip_offload_rsp()