/linux-6.6.21/drivers/net/ethernet/freescale/enetc/ |
D | enetc_vf.c | 139 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup() 143 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup() 145 NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup()
|
D | enetc_pf.c | 798 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup() 802 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup() 804 NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup()
|
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 350 NETIF_F_TSO6 | in xgbe_config_netdev() 365 NETIF_F_TSO6 | in xgbe_config_netdev() 380 NETIF_F_TSO6; in xgbe_config_netdev()
|
/linux-6.6.21/include/linux/ |
D | netdev_features.h | 133 #define NETIF_F_TSO6 __NETIF_F(TSO6) macro 214 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \
|
/linux-6.6.21/drivers/net/ipvlan/ |
D | ipvtap.c | 28 NETIF_F_TSO6)
|
/linux-6.6.21/drivers/net/ |
D | macvtap.c | 52 NETIF_F_TSO6)
|
D | tap.c | 973 feature_mask |= NETIF_F_TSO6; in set_offload() 989 if (feature_mask & (NETIF_F_TSO | NETIF_F_TSO6) || in set_offload()
|
/linux-6.6.21/drivers/net/ethernet/qualcomm/emac/ |
D | emac.c | 668 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX | in emac_probe() 673 NETIF_F_TSO | NETIF_F_TSO6; in emac_probe()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 1039 features &= ~NETIF_F_TSO6; in qlcnic_process_flags() 1041 features |= NETIF_F_TSO6; in qlcnic_process_flags() 1049 features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_process_flags() 1072 NETIF_F_TSO6); in qlcnic_fix_features()
|
/linux-6.6.21/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 909 dev->features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_tso() 921 dev->features &= ~NETIF_F_TSO6; in ibmveth_set_tso() 938 int large_send = !!(features & (NETIF_F_TSO | NETIF_F_TSO6)); in ibmveth_set_features() 953 features & ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_features() 1717 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in ibmveth_probe()
|
/linux-6.6.21/drivers/net/xen-netback/ |
D | interface.c | 372 features &= ~NETIF_F_TSO6; in xenvif_fix_features() 527 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
|
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/ |
D | lio_vf_main.c | 1825 if ((request & NETIF_F_TSO6) && !(lio->dev_capability & NETIF_F_TSO6)) in liquidio_fix_features() 1826 request &= ~NETIF_F_TSO6; in liquidio_fix_features() 2088 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices() 2101 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices()
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-config.h | 88 NETIF_F_TSO | NETIF_F_TSO6)
|
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 1800 if (features & (NETIF_F_TSO | NETIF_F_TSO6)) in hns_nic_set_features() 1817 features &= ~(NETIF_F_TSO | NETIF_F_TSO6 | in hns_nic_fix_features() 2344 ndev->features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_NTUPLE; in hns_nic_dev_probe() 2347 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe() 2348 ndev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
|
/linux-6.6.21/drivers/s390/net/ |
D | qeth_l3_main.c | 1886 card->dev->hw_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev() 1887 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev() 1891 if (card->dev->hw_features & NETIF_F_TSO6) in qeth_l3_setup_netdev() 1913 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) in qeth_l3_setup_netdev()
|
D | qeth_l2_main.c | 1125 card->dev->hw_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev() 1126 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev() 1129 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) { in qeth_l2_setup_netdev()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 351 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in nfp_repr_init()
|
/linux-6.6.21/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 340 NETIF_F_TSO | NETIF_F_TSO6; in wil_vif_alloc()
|
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1564 NETIF_F_TSO6 | in fm10k_alloc_netdev() 1573 NETIF_F_TSO6 | in fm10k_alloc_netdev()
|
/linux-6.6.21/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 183 netdev->hw_features |= NETIF_F_TSO6; in xlgmac_init()
|
/linux-6.6.21/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_main.c | 620 NETIF_F_TSO6 | in txgbe_probe()
|
/linux-6.6.21/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 569 NETIF_F_TSO | NETIF_F_TSO6 | in ngbe_probe()
|
/linux-6.6.21/Documentation/networking/ |
D | netdev-features.rst | 117 set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_main.c | 922 NETIF_F_IPV6_CSUM | NETIF_F_TSO | NETIF_F_TSO6 | in netdev_features_init() 932 NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN | in netdev_features_init()
|
/linux-6.6.21/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 331 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_TSO | NETIF_F_TSO6 | in vmxnet3_enable_encap_offloads() 392 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_TSO | NETIF_F_TSO6 | in vmxnet3_disable_encap_offloads()
|