/linux/include/net/ |
H A D | net_failover.h | 33 #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 D | aqc111.h | 28 #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 D | xgbe-main.c | 345 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 D | netdev_features.h | 128 #define NETIF_F_SG __NETIF_F(SG) macro 221 NETIF_F_SG | NETIF_F_HIGHDMA | \
|
H A D | if_vlan.h | 805 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
|
/linux/net/core/ |
H A D | net_test.c | 219 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 D | offload.c | 72 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
|
/linux/drivers/net/ |
H A D | nlmon.c | 72 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in nlmon_setup()
|
H A D | vsockmon.c | 92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vsockmon_setup()
|
H A D | dummy.c | 113 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
|
H A D | loopback.c | 178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
|
H A D | xen-netfront.c | 242 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 D | t7xx_netdev.c | 237 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 D | nsh.c | 109 features &= NETIF_F_SG; in nsh_gso_segment()
|
/linux/net/openvswitch/ |
H A D | vport-internal_dev.c | 111 netdev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in do_setup()
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_verbs.c | 237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
|
/linux/drivers/net/xen-netback/ |
H A D | interface.c | 371 features &= ~NETIF_F_SG; in xenvif_fix_features() 528 dev->hw_features = NETIF_F_SG | in xenvif_alloc()
|
/linux/drivers/net/ipa/ |
H A D | ipa_modem.c | 243 netdev->hw_features = NETIF_F_SG; in ipa_modem_netdev_setup()
|
/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_vnd.c | 316 rmnet_dev->hw_features |= NETIF_F_SG; in rmnet_vnd_newlink()
|
/linux/drivers/net/ethernet/sun/ |
H A D | ldmvsw.c | 248 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG; in vsw_alloc_netdev()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 997 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 D | netdev.c | 849 NETIF_F_SG | in nsim_setup() 854 NETIF_F_SG | in nsim_setup()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 451 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG | in ef100_probe_netdev()
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.h | 52 NETIF_F_SG | NETIF_F_TSO | \ 56 #define MTK_HW_FEATURES_MT7628 (NETIF_F_SG | NETIF_F_RXCSUM)
|
/linux/drivers/net/wireguard/ |
H A D | device.c | 278 NETIF_F_SG | NETIF_F_GSO | in wg_setup()
|