/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A 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()
|
A 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.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A 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.3-rc2/include/linux/ |
A 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.3-rc2/drivers/net/wireless/intel/iwlwifi/ |
A D | iwl-config.h | 86 NETIF_F_TSO | NETIF_F_TSO6) 87 #define IWL_TX_CSUM_NETIF_FLAGS_BZ (NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6)
|
/linux-6.3-rc2/drivers/net/ipvlan/ |
A D | ipvtap.c | 28 NETIF_F_TSO6)
|
/linux-6.3-rc2/drivers/net/ |
A D | macvtap.c | 53 NETIF_F_TSO6)
|
A D | tap.c | 958 feature_mask |= NETIF_F_TSO6; in set_offload() 974 if (feature_mask & (NETIF_F_TSO | NETIF_F_TSO6) || in set_offload()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_enet.c | 1775 if (features & (NETIF_F_TSO | NETIF_F_TSO6)) in hns_nic_set_features() 1779 if (features & (NETIF_F_TSO | NETIF_F_TSO6)) { in hns_nic_set_features() 1801 features &= ~(NETIF_F_TSO | NETIF_F_TSO6 | in hns_nic_fix_features() 2163 (netdev->features & NETIF_F_TSO6)) { in hns_nic_set_priv_ops() 2335 ndev->features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_NTUPLE; in hns_nic_dev_probe() 2338 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe() 2339 ndev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/emac/ |
A D | emac.c | 669 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_RX | in emac_probe() 674 NETIF_F_TSO | NETIF_F_TSO6; in emac_probe()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/ |
A 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.3-rc2/drivers/net/ethernet/ibm/ |
A 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() 1718 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in ibmveth_probe()
|
/linux-6.3-rc2/drivers/net/xen-netback/ |
A D | interface.c | 374 features &= ~NETIF_F_TSO6; in xenvif_fix_features() 529 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
|
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/ |
A D | lio_vf_main.c | 1831 if ((request & NETIF_F_TSO6) && !(lio->dev_capability & NETIF_F_TSO6)) in liquidio_fix_features() 1832 request &= ~NETIF_F_TSO6; in liquidio_fix_features() 2094 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices() 2107 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices()
|
A D | lio_main.c | 2749 if ((request & NETIF_F_TSO6) && !(lio->dev_capability & NETIF_F_TSO6)) in liquidio_fix_features() 2750 request &= ~NETIF_F_TSO6; in liquidio_fix_features() 3579 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices() 3592 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices()
|
/linux-6.3-rc2/drivers/s390/net/ |
A D | qeth_l3_main.c | 1883 card->dev->hw_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev() 1884 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev() 1888 if (card->dev->hw_features & NETIF_F_TSO6) in qeth_l3_setup_netdev() 1910 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) in qeth_l3_setup_netdev()
|
A 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.3-rc2/drivers/net/ethernet/sfc/ |
A D | efx.c | 1007 net_dev->features |= NETIF_F_TSO6; in efx_pci_probe_post_io() 1009 net_dev->hw_enc_features |= NETIF_F_TSO6; in efx_pci_probe_post_io()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_net_repr.c | 351 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in nfp_repr_init()
|
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/ |
A D | netdev.c | 340 NETIF_F_TSO | NETIF_F_TSO6; in wil_vif_alloc()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_netdev.c | 1564 NETIF_F_TSO6 | in fm10k_alloc_netdev() 1573 NETIF_F_TSO6 | in fm10k_alloc_netdev()
|
/linux-6.3-rc2/drivers/net/ethernet/synopsys/ |
A D | dwc-xlgmac-common.c | 183 netdev->hw_features |= NETIF_F_TSO6; in xlgmac_init()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | netdev-features.rst | 117 set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
|
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/ |
A 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.3-rc2/drivers/net/vmxnet3/ |
A D | vmxnet3_ethtool.c | 308 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_TSO | NETIF_F_TSO6 | in vmxnet3_enable_encap_offloads() 369 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_TSO | NETIF_F_TSO6 | in vmxnet3_disable_encap_offloads()
|