Home
last modified time | relevance | path

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

1234

/linux/drivers/net/usb/
H A Daqc111.h30 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/
H A Dvector_transports.c409 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/amd/xgbe/
H A Dxgbe-main.c349 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/
H A Dnetdev_features.h131 #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/
H A Dhinic_main.c924 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()
1059 if (changed & NETIF_F_TSO) { in set_features()
1060 ret = hinic_port_set_tso(nic_dev, (features & NETIF_F_TSO) ? in set_features()
1064 failed_features |= NETIF_F_TSO; in set_features()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c189 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/ipvlan/
H A Dipvtap.c27 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
/linux/drivers/net/
H A Dmacvtap.c51 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1034 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/
H A Dibmveth.c886 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/
H A Dinterface.c373 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/cavium/liquidio/
H A Dlio_vf_main.c1822 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/wireless/intel/iwlwifi/
H A Diwl-config.h91 NETIF_F_TSO | NETIF_F_TSO6)
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1875 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/realtek/
H A D8139cp.c1863 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/net/netdevsim/
H A Dnetdev.c852 NETIF_F_TSO; in nsim_setup()
857 NETIF_F_TSO; in nsim_setup()
/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c64 if (!(efx->net_dev->features & NETIF_F_TSO)) in ef100_tx_can_tso()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c303 dev->hw_features = NETIF_F_TSO | NETIF_F_GSO | NETIF_F_ALL_TSO | in vnet_new()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c350 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in nfp_repr_init()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1563 NETIF_F_TSO | in fm10k_alloc_netdev()
1572 NETIF_F_TSO | in fm10k_alloc_netdev()
/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c340 NETIF_F_TSO | NETIF_F_TSO6; in wil_vif_alloc()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c180 netdev->hw_features = NETIF_F_TSO; in xlgmac_init()
/linux/Documentation/networking/
H A Dnetdev-features.rst117 set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c331 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 Dngbe_main.c586 NETIF_F_TSO | NETIF_F_TSO6 | in ngbe_probe()

1234