Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
38 NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
/linux-6.15/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.h5257 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux-6.15/drivers/net/ethernet/sfc/
H A Def100_netdev.c452 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
H A Defx.c1106 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
/linux-6.15/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-6.15/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-6.15/drivers/net/ethernet/realtek/
H A Dr8169_main.c1661 features &= ~NETIF_F_ALL_TSO; in rtl8169_fix_features()
1665 features &= ~(NETIF_F_CSUM_MASK | NETIF_F_ALL_TSO); in rtl8169_fix_features()
4518 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4523 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4526 features &= ~NETIF_F_ALL_TSO; in rtl8168evl_fix_tso()
4543 features &= ~NETIF_F_ALL_TSO; in rtl8169_features_check()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c122 NETIF_F_GSO | NETIF_F_ALL_TSO | NETIF_F_GSO_ROBUST | \
/linux-6.15/drivers/net/thunderbolt/
H A Dmain.c1329 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
/linux-6.15/drivers/net/
H A Dveth.c340 return !(dev->features & NETIF_F_ALL_TSO) || in veth_skb_is_eligible_for_gro()
H A Dvirtio_net.c6765 dev->features |= dev->hw_features & NETIF_F_ALL_TSO; in virtnet_probe()
/linux-6.15/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c1671 features_fix &= ~NETIF_F_ALL_TSO; in rtase_fix_features()
/linux-6.15/drivers/net/ethernet/
H A Djme.c2665 features &= ~(NETIF_F_ALL_TSO | NETIF_F_CSUM_MASK); in jme_fix_features()
/linux-6.15/net/core/
H A Ddev.c10478 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) { in netdev_fix_features()
10480 features &= ~NETIF_F_ALL_TSO; in netdev_fix_features()
10501 if ((features & NETIF_F_ALL_TSO) == NETIF_F_TSO_ECN) in netdev_fix_features()
/linux-6.15/net/ethtool/
H A Dioctl.c238 return NETIF_F_ALL_TSO; in ethtool_get_feature_mask()
/linux-6.15/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-6.15/drivers/s390/net/
H A Dqeth_core_main.c6897 restricted |= NETIF_F_ALL_TSO; in qeth_features_check()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c6562 ((features & NETIF_F_HW_CSUM) && (features & NETIF_F_ALL_TSO))) { in ice_set_features()