Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Dloopback.c172 dev->hw_features = NETIF_F_ALL_TSO | NETIF_F_UFO; in loopback_setup()
174 | NETIF_F_ALL_TSO in loopback_setup()
Ddummy.c151 dev->features |= NETIF_F_ALL_TSO | NETIF_F_UFO; in dummy_setup()
Dveth.c290 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
Dvirtio_net.c1784 dev->features |= dev->hw_features & (NETIF_F_ALL_TSO|NETIF_F_UFO); in virtnet_probe()
/linux-4.4.14/include/linux/
Dnetdev_features.h154 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) macro
Dnetdevice.h3759 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux-4.4.14/net/core/
Ddev.c6355 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
6357 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
6374 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
Dethtool.c247 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1072 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
1076 NETIF_F_ALL_TSO)
/linux-4.4.14/drivers/net/team/
Dteam.c969 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3130 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe()
/linux-4.4.14/drivers/net/ethernet/
Djme.c2759 features &= ~(NETIF_F_ALL_TSO | NETIF_F_ALL_CSUM); in jme_fix_features()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c7736 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7738 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
Dtg3.c8304 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c2030 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()