Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/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-v4.19/include/linux/
Dnetdev_features.h125 #define NETIF_F_SG __NETIF_F(SG) macro
196 NETIF_F_SG | NETIF_F_HIGHDMA | \
Dif_vlan.h705 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
/Linux-v4.19/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-v4.19/net/sctp/
Doffload.c75 segs = skb_segment(skb, features | NETIF_F_HW_CSUM | NETIF_F_SG); in sctp_gso_segment()
/Linux-v4.19/drivers/staging/mt7621-eth/
Dsoc_mt7621.c129 NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 |
/Linux-v4.19/drivers/net/
Dnlmon.c118 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Dvsockmon.c140 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
Dloopback.c185 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
Ddummy.c164 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Dxen-netfront.c229 return dev->features & NETIF_F_SG; in xennet_can_sg()
1192 if (features & NETIF_F_SG && in xennet_fix_features()
1194 features &= ~NETIF_F_SG; in xennet_fix_features()
1215 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()
1318 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
Difb.c192 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
/Linux-v4.19/net/nsh/
Dnsh.c110 features &= NETIF_F_SG; in nsh_gso_segment()
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c248 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
/Linux-v4.19/net/openvswitch/
Dvport-internal_dev.c156 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/Linux-v4.19/net/ipv4/
Desp4_offload.c139 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in esp4_gso_segment()
Dip_output.c961 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()
1059 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()
1229 if (!(rt->dst.dev->features&NETIF_F_SG)) in ip_append_page()
/Linux-v4.19/drivers/net/xen-netback/
Dinterface.c330 features &= ~NETIF_F_SG; in xenvif_fix_features()
482 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac.c684 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe()
689 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/Linux-v4.19/net/ipv6/
Desp6_offload.c166 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in esp6_gso_segment()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c234 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/Linux-v4.19/net/xfrm/
Dxfrm_device.c40 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK); in validate_xmit_xfrm()
/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h41 NETIF_F_SG | NETIF_F_TSO | \
/Linux-v4.19/drivers/net/ethernet/sun/
Dldmvsw.c253 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()
/Linux-v4.19/net/hsr/
Dhsr_device.c410 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()

12345678