Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/
Dloopback.c173 dev->hw_features = NETIF_F_ALL_TSO | NETIF_F_UFO; in loopback_setup()
175 | NETIF_F_ALL_TSO in loopback_setup()
Dveth.c289 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
Dvirtio_net.c1780 dev->features |= dev->hw_features & (NETIF_F_ALL_TSO|NETIF_F_UFO); in virtnet_probe()
/linux-4.1.27/include/linux/
Dnetdev_features.h153 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) macro
Dnetdevice.h3676 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux-4.1.27/net/core/
Ddev.c6105 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
6107 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
6124 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
Dethtool.c236 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/linux-4.1.27/drivers/net/team/
Dteam.c969 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c2998 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe()
/linux-4.1.27/drivers/net/ethernet/
Djme.c2760 features &= ~(NETIF_F_ALL_TSO | NETIF_F_ALL_CSUM); in jme_fix_features()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1059 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c7718 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7720 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
Dtg3.c8304 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c2018 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()