Searched refs:NETIF_F_SG (Results 1 – 25 of 191) sorted by relevance
12345678
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 |\
347 netdev->hw_features = NETIF_F_SG | in xgbe_config_netdev()362 netdev->hw_enc_features = NETIF_F_SG | in xgbe_config_netdev()383 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
122 #define NETIF_F_SG __NETIF_F(SG) macro211 NETIF_F_SG | NETIF_F_HIGHDMA | \
724 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
135 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()138 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | in enetc_vf_netdev_setup()
67 segs = skb_segment(skb, features | NETIF_F_HW_CSUM | NETIF_F_SG); in sctp_gso_segment()
135 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
113 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
154 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
176 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
229 return dev->features & NETIF_F_SG; in xennet_can_sg()1190 if (features & NETIF_F_SG && in xennet_fix_features()1192 features &= ~NETIF_F_SG; in xennet_fix_features()1213 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()1316 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
189 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
107 features &= NETIF_F_SG; in nsh_gso_segment()
238 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
40 NETIF_F_SG | NETIF_F_TSO | \43 #define MTK_HW_FEATURES_MT7628 (NETIF_F_SG | NETIF_F_RXCSUM)
670 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe()675 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
144 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
338 features &= ~NETIF_F_SG; in xenvif_fix_features()490 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
234 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
180 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in esp4_gso_segment()
1019 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()1071 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()1170 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()1347 if (!(rt->dst.dev->features&NETIF_F_SG)) in ip_append_page()
206 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in esp6_gso_segment()
91 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in validate_xmit_xfrm()
274 NETIF_F_SG | in nsim_setup()