Home
last modified time | relevance | path

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

/linux/include/net/
A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/linux/include/linux/
A 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 | \
A Dnetdevice.h5054 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux/drivers/net/ethernet/sfc/
A Defx.c1012 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
1015 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
A Def100_nic.c1121 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_main()
/linux/drivers/net/ethernet/sun/
A Dsunvnet.c317 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/linux/drivers/net/ethernet/realtek/
A Dr8169_main.c1441 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
1445 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()
4338 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4343 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4346 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4364 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
/linux/drivers/net/ipvlan/
A Dipvlan_main.c120 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/linux/drivers/net/
A Dthunderbolt.c1262 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
A Dveth.c313 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
A Dvirtio_net.c3160 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/linux/net/core/
A Ddev.c9873 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
9875 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
9896 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
/linux/drivers/net/ethernet/
A Djme.c2666 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/linux/net/ethtool/
A Dioctl.c238 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/linux/drivers/net/ethernet/broadcom/
A Dbnx2.c7753 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7755 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
A Dtg3.c8310 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/linux/drivers/s390/net/
A Dqeth_core_main.c6959 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()

Completed in 138 milliseconds