Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-5.10/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 | \
/kernel/linux/linux-5.10/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 |\
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h126 #define NETIF_F_SG __NETIF_F(SG) macro
218 NETIF_F_SG | NETIF_F_HIGHDMA | \
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc_vf.c125 ndev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()
128 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | in enetc_vf_netdev_setup()
/kernel/linux/linux-5.10/net/sctp/
Doffload.c67 segs = skb_segment(skb, features | NETIF_F_HW_CSUM | NETIF_F_SG); in sctp_gso_segment()
/kernel/linux/linux-5.10/drivers/net/
Dvsockmon.c108 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
Dnlmon.c91 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Ddummy.c126 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Dloopback.c178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
Difb.c191 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
Dbareudp.c536 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in bareudp_setup()
540 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in bareudp_setup()
Dxen-netfront.c244 return dev->features & NETIF_F_SG; in xennet_can_sg()
1482 if (features & NETIF_F_SG && in xennet_fix_features()
1484 features &= ~NETIF_F_SG; in xennet_fix_features()
1505 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()
1739 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
/kernel/linux/linux-5.10/net/nsh/
Dnsh.c106 features &= NETIF_F_SG; in nsh_gso_segment()
/kernel/linux/linux-5.10/net/openvswitch/
Dvport-internal_dev.c126 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
Demac.c671 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe()
676 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/net/ipv4/
Dip_output.c1033 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()
1096 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()
1100 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data()
1188 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()
1368 if (!(rt->dst.dev->features & NETIF_F_SG)) in ip_append_page()
Desp4_offload.c223 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK | in esp4_gso_segment()
/kernel/linux/linux-5.10/drivers/net/ipa/
Dipa_modem.c159 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c263 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dinterface.c371 features &= ~NETIF_F_SG; in xenvif_fix_features()
525 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/kernel/linux/linux-5.10/drivers/net/netdevsim/
Dnetdev.c277 NETIF_F_SG | in nsim_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
Dldmvsw.c252 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()

123456789