/linux-6.3-rc2/include/net/ |
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 | \
|
/linux-6.3-rc2/drivers/net/usb/ |
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 |\
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A D | enetc_vf.c | 136 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup() 140 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup() 144 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()
|
A D | enetc_pf.c | 795 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup() 799 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup() 803 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_pf_netdev_setup()
|
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
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()
|
/linux-6.3-rc2/include/linux/ |
A D | netdev_features.h | 132 #define NETIF_F_SG __NETIF_F(SG) macro 229 NETIF_F_SG | NETIF_F_HIGHDMA | \
|
/linux-6.3-rc2/net/sctp/ |
A D | offload.c | 71 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
|
/linux-6.3-rc2/drivers/net/ |
A D | nlmon.c | 92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
|
A D | vsockmon.c | 109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
|
A D | dummy.c | 119 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
|
A D | loopback.c | 179 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
|
A D | bareudp.c | 545 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup() 549 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
|
A D | xen-netfront.c | 242 return dev->features & NETIF_F_SG; in xennet_can_sg() 1476 if (features & NETIF_F_SG && in xennet_fix_features() 1478 features &= ~NETIF_F_SG; in xennet_fix_features() 1499 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features() 1733 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
|
/linux-6.3-rc2/net/nsh/ |
A D | nsh.c | 107 features &= NETIF_F_SG; in nsh_gso_segment()
|
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
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()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_output.c | 1030 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() 1106 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data() 1110 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data() 1198 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data() 1376 if (!(rt->dst.dev->features & NETIF_F_SG)) in ip_append_page()
|
A D | esp4_offload.c | 225 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK | in esp4_gso_segment()
|
/linux-6.3-rc2/net/openvswitch/ |
A D | vport-internal_dev.c | 111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
|
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/emac/ |
A D | emac.c | 668 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe() 673 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
|
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/ |
A D | ipoib_verbs.c | 237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
|
/linux-6.3-rc2/drivers/net/xen-netback/ |
A D | interface.c | 370 features &= ~NETIF_F_SG; in xenvif_fix_features() 527 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_output.c | 1572 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip6_append_data() 1583 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data() 1663 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data() 1667 !(rt->dst.dev->features & NETIF_F_SG))) in __ip6_append_data() 1770 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip6_append_data()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ef100_netdev.c | 384 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG | in ef100_probe_netdev()
|
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/rmnet/ |
A D | rmnet_vnd.c | 316 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
|
/linux-6.3-rc2/drivers/net/ipa/ |
A D | ipa_modem.c | 226 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
|