Home
last modified time | relevance | path

Searched refs:NETIF_F_TSO (Results 1 – 79 of 79) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h110 #define NETIF_F_TSO __NETIF_F(TSO) macro
146 #define NETIF_F_GSO_SOFTWARE (NETIF_F_TSO | NETIF_F_TSO_ECN | \
154 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN)
Dnetdevice.h3779 BUILD_BUG_ON(SKB_GSO_TCPV4 != (NETIF_F_TSO >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dnetdev.c177 NETIF_F_TSO | NETIF_F_TSO6 | in wil_if_alloc()
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c895 dev->features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_tso()
924 int large_send = !!(features & (NETIF_F_TSO | NETIF_F_TSO6)); in ibmveth_set_features()
938 features & ~(NETIF_F_TSO | NETIF_F_TSO6); in ibmveth_set_features()
1546 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in ibmveth_probe()
1549 netdev->hw_features |= NETIF_F_TSO; in ibmveth_probe()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c721 NETIF_F_TSO | in xgbe_probe()
734 NETIF_F_TSO | in xgbe_probe()
/linux-4.4.14/drivers/net/xen-netback/
Dinterface.c296 features &= ~NETIF_F_TSO; in xenvif_fix_features()
442 NETIF_F_TSO | NETIF_F_TSO6; in xenvif_alloc()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c193 if (adapter->port[0].dev->hw_features & NETIF_F_TSO) in enable_hw_csum()
1092 netdev->hw_features |= NETIF_F_TSO; in init_one()
1093 netdev->features |= NETIF_F_TSO; in init_one()
1098 netdev->hard_header_len += (netdev->hw_features & NETIF_F_TSO) ? in init_one()
Dsge.c920 if (sge->adapter->port[0].dev->hw_features & NETIF_F_TSO) in t1_sge_intr_enable()
943 if (adapter->port[0].dev->hw_features & NETIF_F_TSO) in t1_sge_intr_error_handler()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c1052 features &= ~NETIF_F_TSO; in qlcnic_process_flags()
1054 features |= NETIF_F_TSO; in qlcnic_process_flags()
1067 features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_process_flags()
1089 NETIF_F_TSO | in qlcnic_fix_features()
Dqlcnic_main.c2311 netdev->features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev()
2312 netdev->vlan_features |= (NETIF_F_TSO | NETIF_F_TSO6); in qlcnic_setup_netdev()
2335 NETIF_F_TSO | in qlcnic_setup_netdev()
/linux-4.4.14/drivers/net/
Difb.c198 NETIF_F_TSO_ECN | NETIF_F_TSO | NETIF_F_TSO6 | \
Dmacvtap.c137 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
1024 feature_mask |= NETIF_F_TSO; in set_offload()
1041 if (feature_mask & (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_UFO)) in set_offload()
Dxen-netfront.c1186 if (features & NETIF_F_TSO) { in xennet_fix_features()
1192 features &= ~NETIF_F_TSO; in xennet_fix_features()
1315 NETIF_F_TSO | NETIF_F_TSO6; in xennet_create_dev()
Dvirtio_net.c1768 dev->hw_features |= NETIF_F_TSO | NETIF_F_UFO in virtnet_probe()
1773 dev->hw_features |= NETIF_F_TSO; in virtnet_probe()
Dtun.c187 #define TUN_USER_FEATURES (NETIF_F_HW_CSUM|NETIF_F_TSO_ECN|NETIF_F_TSO| \
1778 features |= NETIF_F_TSO; in set_offload()
Dmacvlan.c766 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_LRO | \
/linux-4.4.14/drivers/net/ethernet/3com/
Dtyphoon.c142 #if defined(NETIF_F_TSO) && MAX_SKB_FRAGS > 32
144 #undef NETIF_F_TSO
324 #if defined(NETIF_F_TSO)
329 #define NETIF_F_TSO 0 macro
2447 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in typhoon_init_one()
/linux-4.4.14/drivers/net/ethernet/realtek/
D8139cp.c1866 features &= ~NETIF_F_TSO; in cp_features_check()
2002 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
2008 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
2010 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
Dr8169.c8372 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one()
8375 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl_init_one()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c1112 NETIF_F_TSO; in netvsc_probe()
1114 NETIF_F_IP_CSUM | NETIF_F_TSO; in netvsc_probe()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1412 NETIF_F_TSO | in fm10k_alloc_netdev()
1430 NETIF_F_TSO | in fm10k_alloc_netdev()
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt114 set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c2983 if ((request & NETIF_F_TSO) && !(lio->dev_capability & NETIF_F_TSO)) in liquidio_fix_features()
2984 request &= ~NETIF_F_TSO; in liquidio_fix_features()
3281 | NETIF_F_TSO | NETIF_F_TSO6 in setup_nic_devices()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c217 if (ndev->features & NETIF_F_TSO) { in xgene_enet_work_msg()
1478 ndev->features |= NETIF_F_TSO; in xgene_enet_probe()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1542 NETIF_F_TSO | NETIF_F_GRO | in nicvf_probe()
1550 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in nicvf_probe()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c92 NETIF_F_GSO | NETIF_F_TSO | NETIF_F_UFO | NETIF_F_GSO_ROBUST | \
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c201 features &= ~(NETIF_F_IP_CSUM | NETIF_F_TSO); in ipoib_fix_features()
1806 priv->dev->hw_features |= NETIF_F_TSO; in ipoib_set_dev_features()
/linux-4.4.14/net/dccp/
Dipv6.c464 NETIF_F_TSO); in dccp_v6_request_recv_sock()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1202 segs = skb_gso_segment(skb, dev->features & ~NETIF_F_TSO); in vnet_handle_offloads()
1790 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | in vnet_new()
/linux-4.4.14/drivers/net/ethernet/tehuti/
Dtehuti.c2019 ndev->features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO in bdx_probe()
2024 NETIF_F_TSO | NETIF_F_HW_VLAN_CTAG_TX; in bdx_probe()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2383 NETIF_F_TSO | NETIF_F_GSO_UDP_TUNNEL; in mlx4_en_add_vxlan_offloads()
2393 NETIF_F_TSO | NETIF_F_GSO_UDP_TUNNEL); in mlx4_en_del_vxlan_offloads()
2962 dev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in mlx4_en_init_netdev()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c3035 dev->hw_features = NETIF_F_SG | NETIF_F_TSO | in ehea_setup_single_port()
3037 dev->features = NETIF_F_SG | NETIF_F_TSO | in ehea_setup_single_port()
3041 dev->vlan_features = NETIF_F_SG | NETIF_F_TSO | NETIF_F_HIGHDMA | in ehea_setup_single_port()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c1353 card->dev->features &= ~NETIF_F_TSO; in qeth_l3_start_ipa_tso()
3080 features &= ~NETIF_F_TSO; in qeth_l3_fix_features()
3192 NETIF_F_TSO; in qeth_l3_setup_netdev()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2722 NETIF_F_TSO | in igbvf_probe()
2734 netdev->vlan_features |= NETIF_F_TSO; in igbvf_probe()
/linux-4.4.14/drivers/net/usb/
Dr8152.c4165 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM | in rtl8152_probe()
4169 NETIF_F_TSO | NETIF_F_FRAGLIST | in rtl8152_probe()
4172 netdev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in rtl8152_probe()
Dlan78xx.c2289 dev->net->features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_SG; in lan78xx_bind()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5189 netdev->features &= ~NETIF_F_TSO; in e1000_watchdog_task()
5193 netdev->features |= NETIF_F_TSO; in e1000_watchdog_task()
6904 if (changed & (NETIF_F_TSO | NETIF_F_TSO6)) in e1000_set_features()
7119 NETIF_F_TSO | in e1000_probe()
7135 NETIF_F_TSO | in e1000_probe()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c510 features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in atl1c_fix_features()
2535 NETIF_F_TSO | in atl1c_init_netdev()
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilepro.c2263 features |= NETIF_F_TSO; in tile_net_setup()
Dtilegx.c2181 features |= NETIF_F_TSO; in tile_net_setup()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1374 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in netxen_setup_netdev()
1901 if ((netdev->features & (NETIF_F_TSO | NETIF_F_TSO6)) && in netxen_tso_check()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvneta.c2580 features &= ~(NETIF_F_IP_CSUM | NETIF_F_TSO); in mvneta_fix_features()
3404 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mvneta_probe()
Dsky2.c1415 #define SKY2_VLAN_OFFLOADS (NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO)
4383 features &= ~(NETIF_F_TSO|NETIF_F_SG|NETIF_F_ALL_CSUM); in sky2_fix_features()
4794 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_TSO; in sky2_init_netdev()
Dmv643xx_eth.c3181 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO; in mv643xx_eth_probe()
/linux-4.4.14/drivers/net/ethernet/
Djme.c3053 NETIF_F_TSO | in jme_init_one()
3059 NETIF_F_TSO | in jme_init_one()
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
Dmain.c742 features &= ~(NETIF_F_TSO | NETIF_F_TSO6); in alx_fix_features()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4016 NETIF_F_TSO | in ixgbevf_probe()
4025 netdev->vlan_features |= NETIF_F_TSO | in ixgbevf_probe()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3172 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN)
3286 NETIF_F_TSO | NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX; in init_one()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c5219 NETIF_F_TSO | NETIF_F_TSO6 | in be_add_vxlan_port()
5356 netdev->hw_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
5365 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 | in be_netdev_init()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.c3461 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_HW_VLAN_CTAG_TX | in bnad_netdev_init()
3466 NETIF_F_TSO | NETIF_F_TSO6; in bnad_netdev_init()
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c2141 NETIF_F_RXCSUM | NETIF_F_TSO | NETIF_F_TSO6 | in sxgbe_drv_probe()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c706 mgp->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_TSO; in myri10ge_get_firmware_capabilities()
4111 netdev->vlan_features &= ~NETIF_F_TSO; in myri10ge_probe()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_main.c2142 NETIF_F_TSO | in i40evf_process_config()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_nic.c1709 netdev->hw_features |= NETIF_F_TSO; in nes_netdev_init()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c477 NETIF_F_TSO | in ixgb_probe()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c1065 netdev->hw_features |= NETIF_F_TSO; in e1000_probe()
1079 netdev->vlan_features |= (NETIF_F_TSO | in e1000_probe()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c2286 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_TSO | in atl1e_init_netdev()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1248 NETIF_F_TSO | NETIF_F_TSO6; in qede_init_ndev()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2053 netdev->vlan_features |= NETIF_F_TSO; in mlx5e_build_netdev()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1700 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN)
/linux-4.4.14/net/core/
Ddev.c6360 if ((features & NETIF_F_TSO) && !(features & NETIF_F_HW_CSUM) && in netdev_fix_features()
6363 features &= ~NETIF_F_TSO; in netdev_fix_features()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3124 NETIF_F_HIGHDMA | NETIF_F_TSO | in efx_pci_probe()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c2737 netdev->hw_features |= NETIF_F_TSO | in enic_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5674 NETIF_F_TSO | NETIF_F_TSO6 | in bnxt_init_one()
5685 NETIF_F_TSO | NETIF_F_TSO6 | in bnxt_init_one()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c2870 ndev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in dwceqos_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3393 if (bp->dev->features & NETIF_F_TSO) in bnx2x_drv_info_ether_stat()
13191 NETIF_F_TSO | NETIF_F_TSO_ECN | NETIF_F_TSO6 | in bnx2x_init_dev()
13199 NETIF_F_TSO | NETIF_F_TSO_ECN | NETIF_F_TSO6 | in bnx2x_init_dev()
13206 NETIF_F_TSO | NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_HIGHDMA; in bnx2x_init_dev()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c2353 NETIF_F_TSO | in igb_probe()
2367 netdev->vlan_features |= NETIF_F_TSO | in igb_probe()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_main.c3228 | NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_TSO); in fec_enet_init()
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl1.c3028 netdev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_TSO | in atl1_probe()
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c2854 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_TSO | NETIF_F_TSO6 | in vmxnet3_declare_features()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8775 NETIF_F_TSO | in ixgbe_probe()
8798 netdev->vlan_features |= NETIF_F_TSO; in ixgbe_probe()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c3436 NETIF_F_TSO | NETIF_F_TSO6 | in vxge_device_register()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c8637 NETIF_F_TSO; in i40e_config_netdev()
8649 NETIF_F_TSO | in i40e_config_netdev()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4619 #define TSO_FLAGS (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN)
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c4766 NETIF_F_TSO | in qlge_probe()
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c5711 NETIF_F_TSO | NETIF_F_RXCSUM; in nv_probe()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c8581 NETIF_F_TSO | NETIF_F_TSO_ECN | in bnx2_init_one()
Dtg3.c7872 ~(NETIF_F_TSO | NETIF_F_TSO6)); in tg3_tso_bug()
17774 features |= NETIF_F_TSO; in tg3_init_one()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c7919 NETIF_F_TSO | NETIF_F_TSO6 | in s2io_init_nic()