Home
last modified time | relevance | path

Searched refs:NETIF_F_ALL_TSO (Results 1 – 18 of 18) sorted by relevance

/linux/include/net/
H A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/linux/include/linux/
H A Dnetdev_features.h214 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro
221 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | NETIF_F_GSO_SCTP | \
H A Dnetdevice.h4940 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c452 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
H A Defx.c1024 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c1003 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
1006 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c317 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c1653 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
1657 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()
4431 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4436 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4439 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4456 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c121 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/linux/drivers/net/thunderbolt/
H A Dmain.c1329 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
/linux/drivers/net/
H A Dveth.c339 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
H A Dvirtio_net.c5666 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/linux/net/core/
H A Ddev.c9869 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
9871 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
9892 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
/linux/drivers/net/ethernet/
H A Djme.c2667 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/linux/net/ethtool/
H A Dioctl.c236 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c7742 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7744 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
H A Dtg3.c8385 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/linux/drivers/s390/net/
H A Dqeth_core_main.c6897 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()