Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v5.4/include/linux/
Dnetdev_features.h196 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro
203 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \
Dnetdevice.h4483 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/Linux-v5.4/drivers/net/
Ddummy.c155 dev->features |= NETIF_F_ALL_TSO; in dummy_setup()
Dthunderbolt.c1232 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
Dvirtio_net.c3042 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/Linux-v5.4/net/8021q/
Dvlan.h100 (NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO | NETIF_F_GSO_ENCAP_ALL); in vlan_tnl_features()
/Linux-v5.4/drivers/net/ethernet/sun/
Dsunvnet.c315 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c1570 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
5985 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
7187 dev->vlan_features &= ~(NETIF_F_ALL_TSO | NETIF_F_SG); in rtl_init_one()
7188 dev->hw_features &= ~(NETIF_F_ALL_TSO | NETIF_F_SG); in rtl_init_one()
7189 dev->features &= ~(NETIF_F_ALL_TSO | NETIF_F_SG); in rtl_init_one()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1077 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
1081 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
1084 NETIF_F_ALL_TSO)
/Linux-v5.4/drivers/net/team/
Dteam.c974 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
978 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.c3517 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
3520 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/Linux-v5.4/net/core/
Ddev.c8621 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
8623 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
8644 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
Dethtool.c282 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/Linux-v5.4/drivers/net/ethernet/
Djme.c2689 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbnx2.c7755 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7757 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
Dtg3.c8328 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()