Home
last modified time | relevance | path

Searched refs:NETIF_F_SG (Results 1 – 25 of 213) sorted by relevance

123456789

/Linux-v6.6/include/net/
Dnet_failover.h33 #define FAILOVER_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
37 #define FAILOVER_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
/Linux-v6.6/drivers/net/usb/
Daqc111.h28 #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-v6.6/drivers/net/ethernet/freescale/enetc/
Denetc_vf.c136 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()
Denetc_pf.c795 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-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c345 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-v6.6/include/linux/
Dnetdev_features.h132 #define NETIF_F_SG __NETIF_F(SG) macro
229 NETIF_F_SG | NETIF_F_HIGHDMA | \
/Linux-v6.6/net/sctp/
Doffload.c72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/Linux-v6.6/drivers/net/
Dvsockmon.c109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
Dnlmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Ddummy.c119 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Dloopback.c179 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
Dbareudp.c545 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()
Dxen-netfront.c242 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-v6.6/net/nsh/
Dnsh.c107 features &= NETIF_F_SG; in nsh_gso_segment()
/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_netdev.c237 dev->features |= NETIF_F_SG; in t7xx_ccmni_wwan_setup()
238 dev->hw_features |= NETIF_F_SG; in t7xx_ccmni_wwan_setup()
/Linux-v6.6/net/ipv4/
Dip_output.c1020 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip_append_data()
1031 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()
1043 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()
1105 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()
1109 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data()
1202 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()
Desp4_offload.c226 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK | in esp4_gso_segment()
/Linux-v6.6/net/openvswitch/
Dvport-internal_dev.c111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/Linux-v6.6/drivers/net/ethernet/qualcomm/emac/
Demac.c667 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()
/Linux-v6.6/net/ipv6/
Dip6_output.c1572 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()
1595 if (rt->dst.dev->features & NETIF_F_SG && in __ip6_append_data()
1672 !(rt->dst.dev->features&NETIF_F_SG)) in __ip6_append_data()
1676 !(rt->dst.dev->features & NETIF_F_SG))) in __ip6_append_data()
1784 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip6_append_data()
/Linux-v6.6/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/Linux-v6.6/drivers/net/xen-netback/
Dinterface.c368 features &= ~NETIF_F_SG; in xenvif_fix_features()
525 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/Linux-v6.6/drivers/net/ipa/
Dipa_modem.c226 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
/Linux-v6.6/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c316 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
/Linux-v6.6/drivers/net/ethernet/sun/
Dldmvsw.c248 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()

123456789