Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/linux/include/linux/
H A Dnetdev_features.h210 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \ macro
214 #define NETIF_F_GSO_SOFTWARE (NETIF_F_ALL_TSO | \
H A Dnetdevice.h5275 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c452 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c1003 net_dev->features &= ~NETIF_F_ALL_TSO; in efx_pci_probe_post_io()
1006 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c303 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c1717 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
1721 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()
4465 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4470 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4473 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4490 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c122 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/linux/drivers/net/thunderbolt/
H A Dmain.c1328 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
/linux/drivers/net/
H A Dveth.c338 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c1745 features_fix &= ~NETIF_F_ALL_TSO; in rtase_fix_features()
/linux/drivers/net/ethernet/
H A Djme.c2665 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/linux/net/core/
H A Ddev.c10671 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
10673 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
10694 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c7742 dev->vlan_features |= (dev->hw_features & NETIF_F_ALL_TSO); in bnx2_set_features()
7744 dev->vlan_features &= ~NETIF_F_ALL_TSO; in bnx2_set_features()
H A Dtg3.c8416 features &= ~NETIF_F_ALL_TSO; in tg3_fix_features()
/linux/net/ethtool/
H A Dioctl.c238 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c6589 /* Due to E830 hardware limitations, TSO (NETIF_F_ALL_TSO) with GCS in ice_set_features()
6593 ((features & NETIF_F_HW_CSUM) && (features & NETIF_F_ALL_TSO))) { in ice_set_features()