/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 241 NETIF_F_TSO6 | in xgbe_config_netdev() 256 NETIF_F_TSO6 | in xgbe_config_netdev() 271 NETIF_F_TSO6; in xgbe_config_netdev()
|
/linux/include/linux/ |
H A D | netdev_features.h | 129 #define NETIF_F_TSO6 __NETIF_F(TSO6) macro 210 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \
|
/linux/drivers/net/ethernet/broadcom/bnge/ |
H A D | bnge_netdev.c | 184 NETIF_F_TSO6 | in bnge_netdev_alloc() 205 NETIF_F_TSO6 | in bnge_netdev_alloc()
|
/linux/drivers/net/ |
H A D | macvtap.c | 52 NETIF_F_TSO6)
|
H A D | tap.c | 881 feature_mask |= NETIF_F_TSO6; in set_offload() 897 if (feature_mask & (NETIF_F_TSO | NETIF_F_TSO6) || in set_offload()
|
H A D | xen-netfront.c | 1496 if (features & NETIF_F_TSO6 && in xennet_fix_features() 1498 features &= ~NETIF_F_TSO6; in xennet_fix_features() 1742 NETIF_F_TSO | NETIF_F_TSO6; in xennet_create_dev()
|
/linux/drivers/net/ipvlan/ |
H A D | ipvtap.c | 28 NETIF_F_TSO6)
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H 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/drivers/net/ethernet/huawei/hinic3/ |
H A D | hinic3_main.c | 142 tso_fts |= NETIF_F_TSO | NETIF_F_TSO6; in netdev_feature_init()
|
/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 1026 dev->features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_tso() 1038 dev->features &= ~NETIF_F_TSO6; in ibmveth_set_tso() 1055 int large_send = !!(features & (NETIF_F_TSO | NETIF_F_TSO6)); in ibmveth_set_features() 1070 features & ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_features() 1844 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in ibmveth_probe()
|
/linux/drivers/net/xen-netback/ |
H A D | interface.c | 375 features &= ~NETIF_F_TSO6; in xenvif_fix_features() 530 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A 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()
|
H A D | lio_main.c | 2737 if ((request & NETIF_F_TSO6) && !(lio->dev_capability & NETIF_F_TSO6)) in liquidio_fix_features() 2738 request &= ~NETIF_F_TSO6; in liquidio_fix_features() 3567 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices() 3580 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices()
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
H A 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/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-config.h | 91 NETIF_F_TSO | NETIF_F_TSO6)
|
/linux/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1887 card->dev->hw_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev() 1888 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev() 1892 if (card->dev->hw_features & NETIF_F_TSO6) in qeth_l3_setup_netdev() 1914 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) in qeth_l3_setup_netdev()
|
H A D | qeth_l2_main.c | 1127 card->dev->hw_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev() 1128 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l2_setup_netdev() 1131 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) { in qeth_l2_setup_netdev()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 350 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in nfp_repr_init()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 1564 NETIF_F_TSO6 | in fm10k_alloc_netdev() 1573 NETIF_F_TSO6 | in fm10k_alloc_netdev()
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | netdev.c | 341 NETIF_F_TSO | NETIF_F_TSO6; in wil_vif_alloc()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-common.c | 181 netdev->hw_features |= NETIF_F_TSO6; in xlgmac_init()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 924 NETIF_F_IPV6_CSUM | NETIF_F_TSO | NETIF_F_TSO6 | in netdev_features_init() 934 NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN | in netdev_features_init()
|
/linux/drivers/net/vmxnet3/ |
H A 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()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 678 NETIF_F_TSO | NETIF_F_TSO6 | in ngbe_probe()
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | netdev.c | 2654 NETIF_F_TSO6); in igbvf_features_check() 2661 NETIF_F_TSO6); in igbvf_features_check() 2780 NETIF_F_TSO6 | in igbvf_probe()
|