Home
last modified time | relevance | path

Searched refs:NETIF_F_TSO6 (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c139 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()
H A Denetc_pf.c798 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()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c350 NETIF_F_TSO6 | in xgbe_config_netdev()
365 NETIF_F_TSO6 | in xgbe_config_netdev()
380 NETIF_F_TSO6; in xgbe_config_netdev()
/openbmc/linux/include/linux/
H A Dnetdev_features.h133 #define NETIF_F_TSO6 __NETIF_F(TSO6) macro
214 #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | \
/openbmc/linux/drivers/net/ipvlan/
H A Dipvtap.c28 NETIF_F_TSO6)
/openbmc/linux/drivers/net/
H A Dmacvtap.c52 NETIF_F_TSO6)
H A Dtap.c973 feature_mask |= NETIF_F_TSO6; in set_offload()
989 if (feature_mask & (NETIF_F_TSO | NETIF_F_TSO6) || in set_offload()
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac.c668 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()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1039 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()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c909 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()
1717 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in ibmveth_probe()
/openbmc/linux/drivers/net/xen-netback/
H A Dinterface.c372 features &= ~NETIF_F_TSO6; in xenvif_fix_features()
527 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h88 NETIF_F_TSO | NETIF_F_TSO6)
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1825 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()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1800 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()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c1886 card->dev->hw_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
1887 card->dev->vlan_features |= NETIF_F_TSO6; in qeth_l3_setup_netdev()
1891 if (card->dev->hw_features & NETIF_F_TSO6) in qeth_l3_setup_netdev()
1913 if (card->dev->hw_features & (NETIF_F_TSO | NETIF_F_TSO6)) in qeth_l3_setup_netdev()
H A Dqeth_l2_main.c1125 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()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c340 NETIF_F_TSO | NETIF_F_TSO6; in wil_vif_alloc()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c351 netdev->hw_features |= NETIF_F_TSO | NETIF_F_TSO6; in nfp_repr_init()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1564 NETIF_F_TSO6 | in fm10k_alloc_netdev()
1573 NETIF_F_TSO6 | in fm10k_alloc_netdev()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-common.c183 netdev->hw_features |= NETIF_F_TSO6; in xlgmac_init()
/openbmc/linux/Documentation/networking/
H A Dnetdev-features.rst117 set, be it TCPv4 (when NETIF_F_TSO is enabled) or TCPv6 (NETIF_F_TSO6).
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c620 NETIF_F_TSO6 | in txgbe_probe()
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c569 NETIF_F_TSO | NETIF_F_TSO6 | in ngbe_probe()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c922 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()

1234