/openbmc/linux/include/net/ |
H A D | net_failover.h | 33 #define FAILOVER_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \ 37 #define FAILOVER_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
|
/openbmc/linux/drivers/net/usb/ |
H A D | aqc111.h | 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 |\
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_vf.c | 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()
|
H A D | enetc_pf.c | 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()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 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()
|
/openbmc/linux/include/linux/ |
H A D | netdev_features.h | 132 #define NETIF_F_SG __NETIF_F(SG) macro 229 NETIF_F_SG | NETIF_F_HIGHDMA | \
|
/openbmc/linux/net/sctp/ |
H A D | offload.c | 72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
|
/openbmc/linux/drivers/net/ |
H A D | nlmon.c | 92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
|
H A D | vsockmon.c | 109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
|
H A D | dummy.c | 120 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
|
H A D | loopback.c | 180 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
|
H A D | bareudp.c | 567 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup() 571 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
|
H A D | xen-netfront.c | 242 return dev->features & NETIF_F_SG; in xennet_can_sg() 1480 if (features & NETIF_F_SG && in xennet_fix_features() 1482 features &= ~NETIF_F_SG; in xennet_fix_features() 1503 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features() 1737 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
|
/openbmc/linux/net/nsh/ |
H A D | nsh.c | 109 features &= NETIF_F_SG; in nsh_gso_segment()
|
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_netdev.c | 237 dev->features |= NETIF_F_SG; in t7xx_ccmni_wwan_setup() 238 dev->hw_features |= NETIF_F_SG; in t7xx_ccmni_wwan_setup()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_output.c | 1018 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip_append_data() 1029 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data() 1041 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data() 1108 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data() 1112 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data() 1205 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()
|
H A D | esp4_offload.c | 226 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK | in esp4_gso_segment()
|
/openbmc/linux/net/openvswitch/ |
H A D | vport-internal_dev.c | 111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_output.c | 1585 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip6_append_data() 1596 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data() 1608 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data() 1690 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data() 1694 !(rt->dst.dev->features & NETIF_F_SG))) in __ip6_append_data() 1802 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip6_append_data()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | 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()
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_verbs.c | 237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | interface.c | 368 features &= ~NETIF_F_SG; in xenvif_fix_features() 525 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_modem.c | 226 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_vnd.c | 316 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | ldmvsw.c | 248 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()
|