Searched refs:NETIF_F_SG (Results 1 – 25 of 221) sorted by relevance
123456789
33 #define FAILOVER_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \37 #define FAILOVER_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
28 #define AQ_SUPPORT_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\33 #define AQ_SUPPORT_HW_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\37 #define AQ_SUPPORT_VLAN_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\
143 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup()147 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup()151 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()
786 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup()790 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup()794 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_pf_netdev_setup()
345 netdev->hw_features = NETIF_F_SG | in xgbe_config_netdev()360 netdev->hw_enc_features = NETIF_F_SG | in xgbe_config_netdev()376 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
128 #define NETIF_F_SG __NETIF_F(SG) macro221 NETIF_F_SG | NETIF_F_HIGHDMA | \
72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vsockmon_setup()
72 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in nlmon_setup()
113 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
576 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()579 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
242 return dev->features & NETIF_F_SG; in xennet_can_sg()1477 if (features & NETIF_F_SG && in xennet_fix_features()1479 features &= ~NETIF_F_SG; in xennet_fix_features()1500 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()1734 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
219 features = NETIF_F_SG | NETIF_F_HW_CSUM; in gso_test_func()227 features &= ~NETIF_F_SG; in gso_test_func()
109 features &= NETIF_F_SG; in nsh_gso_segment()
237 dev->features |= NETIF_F_SG; in t7xx_ccmni_wwan_setup()238 dev->hw_features |= NETIF_F_SG; in t7xx_ccmni_wwan_setup()
1019 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip_append_data()1030 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()1042 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()1109 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()1113 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data()1206 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()
111 netdev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in do_setup()
667 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe()672 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
1515 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip6_append_data()1526 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data()1538 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data()1620 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data()1624 !(rt->dst.dev->features & NETIF_F_SG))) in __ip6_append_data()1732 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip6_append_data()
237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
371 features &= ~NETIF_F_SG; in xenvif_fix_features()528 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
316 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
243 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
248 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()
Completed in 48 milliseconds