Home
last modified time | relevance | path

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

12345678

/Linux-v5.4/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-v5.4/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-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c347 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()
/Linux-v5.4/include/linux/
Dnetdev_features.h122 #define NETIF_F_SG __NETIF_F(SG) macro
211 NETIF_F_SG | NETIF_F_HIGHDMA | \
Dif_vlan.h724 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_vf.c135 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()
/Linux-v5.4/net/sctp/
Doffload.c67 segs = skb_segment(skb, features | NETIF_F_HW_CSUM | NETIF_F_SG); in sctp_gso_segment()
/Linux-v5.4/drivers/net/
Dvsockmon.c135 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
Dnlmon.c113 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Ddummy.c154 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Dloopback.c176 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
Dxen-netfront.c229 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()
Difb.c189 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
/Linux-v5.4/net/nsh/
Dnsh.c107 features &= NETIF_F_SG; in nsh_gso_segment()
/Linux-v5.4/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c238 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
/Linux-v5.4/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h40 NETIF_F_SG | NETIF_F_TSO | \
43 #define MTK_HW_FEATURES_MT7628 (NETIF_F_SG | NETIF_F_RXCSUM)
/Linux-v5.4/drivers/net/ethernet/qualcomm/emac/
Demac.c670 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()
/Linux-v5.4/net/openvswitch/
Dvport-internal_dev.c144 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/Linux-v5.4/drivers/net/xen-netback/
Dinterface.c338 features &= ~NETIF_F_SG; in xenvif_fix_features()
490 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c234 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/Linux-v5.4/net/ipv4/
Desp4_offload.c180 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in esp4_gso_segment()
Dip_output.c1019 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()
/Linux-v5.4/net/ipv6/
Desp6_offload.c206 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in esp6_gso_segment()
/Linux-v5.4/net/xfrm/
Dxfrm_device.c91 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in validate_xmit_xfrm()
/Linux-v5.4/drivers/net/netdevsim/
Dnetdev.c274 NETIF_F_SG | in nsim_setup()

12345678