Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v5.15/include/linux/
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 | \
Dnetdevice.h5048 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/Linux-v5.15/drivers/net/ethernet/sfc/
Defx.c1012 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
1015 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
Def100_nic.c1118 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_main()
/Linux-v5.15/drivers/net/ethernet/sun/
Dsunvnet.c315 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/Linux-v5.15/drivers/net/ethernet/realtek/
Dr8169_main.c1475 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
1479 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()
4375 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4380 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4383 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4401 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
/Linux-v5.15/drivers/net/ipvlan/
Dipvlan_main.c120 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/Linux-v5.15/drivers/net/
Dthunderbolt.c1260 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
Dveth.c313 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
Dvirtio_net.c3128 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/Linux-v5.15/net/core/
Ddev.c9848 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
9850 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
9871 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
/Linux-v5.15/drivers/net/ethernet/
Djme.c2666 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/Linux-v5.15/net/ethtool/
Dioctl.c214 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dbnx2.c7753 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7755 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
Dtg3.c8311 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/Linux-v5.15/drivers/s390/net/
Dqeth_core_main.c6961 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()