Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v6.6/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.h4947 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/Linux-v6.6/drivers/net/ethernet/sfc/
Def100_netdev.c452 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
Defx.c1010 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Defx.c989 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
992 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/Linux-v6.6/drivers/net/ethernet/sun/
Dsunvnet.c317 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/Linux-v6.6/drivers/net/ethernet/realtek/
Dr8169_main.c1500 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
1504 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()
4295 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4300 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4303 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4320 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
/Linux-v6.6/drivers/net/ipvlan/
Dipvlan_main.c121 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/Linux-v6.6/drivers/net/thunderbolt/
Dmain.c1329 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
/Linux-v6.6/drivers/net/
Dveth.c338 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
Dvirtio_net.c4399 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/Linux-v6.6/net/core/
Ddev.c9711 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
9713 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
9734 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
/Linux-v6.6/drivers/net/ethernet/
Djme.c2667 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/Linux-v6.6/net/ethtool/
Dioctl.c233 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/Linux-v6.6/drivers/net/ethernet/broadcom/
Dbnx2.c7741 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7743 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
Dtg3.c8306 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/Linux-v6.6/drivers/s390/net/
Dqeth_core_main.c6870 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()