Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v4.19/include/linux/
Dnetdev_features.h181 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro
188 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \
Dnetdevice.h4362 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/Linux-v4.19/drivers/net/
Ddummy.c165 dev->features |= NETIF_F_ALL_TSO; in dummy_setup()
Dthunderbolt.c1235 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
Dvirtio_net.c2899 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/Linux-v4.19/drivers/net/ethernet/sun/
Dsunvnet.c316 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/Linux-v4.19/drivers/net/team/
Dteam.c994 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
998 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c3520 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
3523 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1063 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
1067 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v4.19/net/core/
Ddev.c8075 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
8077 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
8098 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
Dethtool.c281 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/Linux-v4.19/drivers/net/ethernet/
Djme.c2710 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c7759 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7761 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
Dtg3.c8322 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/Linux-v4.19/drivers/net/ethernet/realtek/
Dr8169.c1589 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()