| /linux/drivers/net/usb/ |
| A D | aqc111.h | 30 NETIF_F_TSO | NETIF_F_HW_VLAN_CTAG_TX |\ 35 NETIF_F_TSO | NETIF_F_HW_VLAN_CTAG_FILTER) 39 NETIF_F_TSO)
|
| /linux/arch/um/drivers/ |
| A D | vector_transports.c | 409 vp->dev->hw_features |= (NETIF_F_TSO | NETIF_F_GRO); in build_raw_transport_data() 412 NETIF_F_TSO | NETIF_F_GRO); in build_raw_transport_data() 429 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data() 432 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data() 454 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data() 457 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_vf.c | 146 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup() 150 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup() 152 NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup()
|
| A D | enetc_pf.c | 789 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup() 793 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup() 795 NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-main.c | 349 NETIF_F_TSO | in xgbe_config_netdev() 364 NETIF_F_TSO | in xgbe_config_netdev() 379 NETIF_F_TSO | in xgbe_config_netdev()
|
| /linux/include/linux/ |
| A D | netdev_features.h | 131 #define NETIF_F_TSO __NETIF_F(TSO) macro 209 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \
|
| /linux/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() 1057 if (changed & NETIF_F_TSO) { in set_features() 1058 ret = hinic_port_set_tso(nic_dev, (features & NETIF_F_TSO) ? in set_features() 1062 failed_features |= NETIF_F_TSO; in set_features()
|
| /linux/drivers/net/ |
| A D | macvtap.c | 51 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
|
| /linux/drivers/net/ipvlan/ |
| A D | ipvtap.c | 27 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| A D | cxgb2.c | 189 if (adapter->port[0].dev->hw_features & NETIF_F_TSO) in enable_hw_csum() 1048 netdev->hw_features |= NETIF_F_TSO; in init_one() 1049 netdev->features |= NETIF_F_TSO; in init_one() 1054 netdev->hard_header_len += (netdev->hw_features & NETIF_F_TSO) ? in init_one()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| A 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/drivers/net/ethernet/marvell/octeon_ep_vf/ |
| A D | octep_vf_main.c | 683 if ((feat & (NETIF_F_TSO)) && (skb_is_gso(skb))) { in octep_vf_start_xmit() 900 if (features & NETIF_F_TSO) in octep_vf_set_features() 1131 netdev->hw_features |= NETIF_F_TSO; in octep_vf_probe()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_hw.c | 1034 features &= ~NETIF_F_TSO; in qlcnic_process_flags() 1036 features |= NETIF_F_TSO; in qlcnic_process_flags() 1049 features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_process_flags() 1071 NETIF_F_TSO | in qlcnic_fix_features()
|
| /linux/drivers/net/ethernet/ibm/ |
| A D | ibmveth.c | 886 dev->features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_tso() 915 int large_send = !!(features & (NETIF_F_TSO | NETIF_F_TSO6)); in ibmveth_set_features() 930 features & ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_features() 1695 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in ibmveth_probe() 1698 netdev->hw_features |= NETIF_F_TSO; in ibmveth_probe()
|
| /linux/drivers/net/xen-netback/ |
| A D | interface.c | 373 features &= ~NETIF_F_TSO; in xenvif_fix_features() 530 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_main.c | 929 if ((feat & (NETIF_F_TSO)) && (skb_is_gso(skb))) { in octep_start_xmit() 1115 if (features & NETIF_F_TSO) in octep_set_features() 1484 netdev->hw_features |= NETIF_F_TSO; in octep_probe()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| A D | lio_vf_main.c | 1822 if ((request & NETIF_F_TSO) && !(lio->dev_capability & NETIF_F_TSO)) in liquidio_fix_features() 1823 request &= ~NETIF_F_TSO; 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/drivers/net/ethernet/hisilicon/hns/ |
| 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/ |
| A D | iwl-config.h | 90 NETIF_F_TSO | NETIF_F_TSO6)
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ef100_tx.c | 64 if (!(efx->net_dev->features & NETIF_F_TSO)) in ef100_tx_can_tso()
|
| /linux/drivers/net/ethernet/realtek/ |
| A D | 8139cp.c | 1863 features &= ~NETIF_F_TSO; in cp_features_check() 1993 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one() 1999 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one() 2001 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
|
| /linux/drivers/s390/net/ |
| A D | qeth_l3_main.c | 1875 card->dev->hw_features |= NETIF_F_TSO | in qeth_l3_setup_netdev() 1877 card->dev->vlan_features |= NETIF_F_TSO | in qeth_l3_setup_netdev() 1893 else if (card->dev->hw_features & NETIF_F_TSO) in qeth_l3_setup_netdev() 1913 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) in qeth_l3_setup_netdev()
|
| /linux/drivers/net/ethernet/sun/ |
| A D | sunvnet.c | 303 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| 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/igbvf/ |
| A D | netdev.c | 2663 NETIF_F_TSO | in igbvf_features_check() 2670 NETIF_F_TSO | in igbvf_features_check() 2677 features &= ~NETIF_F_TSO; in igbvf_features_check() 2792 NETIF_F_TSO | in igbvf_probe()
|