Home
last modified time | relevance | path

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

1234567

/linux/include/net/
H A 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/drivers/net/usb/
H A 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/drivers/net/ethernet/amd/xgbe/
H A 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/include/linux/
H A Dnetdev_features.h128 #define NETIF_F_SG __NETIF_F(SG) macro
221 NETIF_F_SG | NETIF_F_HIGHDMA | \
H A Dif_vlan.h805 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
/linux/net/core/
H A Dnet_test.c219 features = NETIF_F_SG | NETIF_F_HW_CSUM; in gso_test_func()
227 features &= ~NETIF_F_SG; in gso_test_func()
/linux/net/sctp/
H A Doffload.c72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/linux/drivers/net/
H A Dnlmon.c72 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in nlmon_setup()
H A Dvsockmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vsockmon_setup()
H A Ddummy.c113 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
H A Dloopback.c178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
H A Dxen-netfront.c242 return dev->features & NETIF_F_SG; in xennet_can_sg()
1480 if (features & NETIF_F_SG && in xennet_fix_features()
1482 features &= ~NETIF_F_SG; in xennet_fix_features()
1503 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) { in xennet_set_features()
1737 netdev->hw_features = NETIF_F_SG | in xennet_create_dev()
/linux/drivers/net/wwan/t7xx/
H A 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/net/nsh/
H A Dnsh.c109 features &= NETIF_F_SG; in nsh_gso_segment()
/linux/net/openvswitch/
H A Dvport-internal_dev.c111 netdev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in do_setup()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/linux/drivers/net/xen-netback/
H A Dinterface.c371 features &= ~NETIF_F_SG; in xenvif_fix_features()
528 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
/linux/drivers/net/ipa/
H A Dipa_modem.c243 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c316 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
/linux/drivers/net/ethernet/sun/
H A Dldmvsw.c248 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c997 net_dev->features |= (efx->type->offload_features | NETIF_F_SG | in efx_pci_probe_post_io()
1005 net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG | in efx_pci_probe_post_io()
/linux/drivers/net/netdevsim/
H A Dnetdev.c849 NETIF_F_SG | in nsim_setup()
854 NETIF_F_SG | in nsim_setup()
/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c451 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG | in ef100_probe_netdev()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h52 NETIF_F_SG | NETIF_F_TSO | \
56 #define MTK_HW_FEATURES_MT7628 (NETIF_F_SG | NETIF_F_RXCSUM)
/linux/drivers/net/wireguard/
H A Ddevice.c278 NETIF_F_SG | NETIF_F_GSO | in wg_setup()

1234567