Home
last modified time | relevance | path

Searched refs:NETIF_F_IPV6_CSUM (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v4.19/include/linux/
Dnetdev_features.h115 #define NETIF_F_IPV6_CSUM __NETIF_F(IPV6_CSUM) macro
178 #define NETIF_F_CSUM_MASK (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | \
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c349 NETIF_F_IPV6_CSUM | in xgbe_config_netdev()
364 NETIF_F_IPV6_CSUM | in xgbe_config_netdev()
385 NETIF_F_IPV6_CSUM | in xgbe_config_netdev()
Dxgbe-drv.c919 NETIF_F_IPV6_CSUM | in xgbe_disable_vxlan_offloads()
962 NETIF_F_IPV6_CSUM | in xgbe_enable_vxlan_offloads()
2308 if (features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) { in xgbe_fix_features()
/Linux-v4.19/drivers/staging/mt7621-eth/
Dsoc_mt7621.c130 NETIF_F_IPV6_CSUM,
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c186 netdev->hw_features |= NETIF_F_IPV6_CSUM; in xlgmac_init()
189 netdev->hw_features |= NETIF_F_IPV6_CSUM; in xlgmac_init()
/Linux-v4.19/drivers/net/usb/
Dax88179_178a.c897 if (changed & NETIF_F_IPV6_CSUM) { in ax88179_set_features()
1286 dev->net->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_bind()
1289 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_bind()
1576 dev->net->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
1579 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c247 rmnet_dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in rmnet_vnd_newlink()
Drmnet_map_data.c404 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)))) in rmnet_map_checksum_uplink_packet()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-config.h145 #define IWL_TX_CSUM_NETIF_FLAGS (NETIF_F_IPV6_CSUM | NETIF_F_IP_CSUM |\
/Linux-v4.19/drivers/net/xen-netback/
Dinterface.c338 features &= ~NETIF_F_IPV6_CSUM; in xenvif_fix_features()
483 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in xenvif_alloc()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c1035 NETIF_F_IPV6_CSUM; in qlcnic_process_flags()
1051 NETIF_F_IPV6_CSUM); in qlcnic_process_flags()
1075 NETIF_F_IPV6_CSUM | in qlcnic_fix_features()
/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h43 NETIF_F_IPV6_CSUM)
/Linux-v4.19/net/ipv4/
Dudp_offload.c69 (is_ipv6 ? (NETIF_F_HW_CSUM | NETIF_F_IPV6_CSUM) : in __skb_udp_tunnel_segment()
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-eth.c1166 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in dpaa2_eth_init()
1368 if (changed & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) { in dpaa2_eth_set_features()
1369 enable = !!(features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); in dpaa2_eth_set_features()
2556 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM))); in dpaa2_eth_probe()
/Linux-v4.19/drivers/net/
Dxen-netfront.c1196 if (features & NETIF_F_IPV6_CSUM && in xennet_fix_features()
1199 features &= ~NETIF_F_IPV6_CSUM; in xennet_fix_features()
1319 NETIF_F_IPV6_CSUM | in xennet_create_dev()
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt107 Note: NETIF_F_HW_CSUM is a superset of NETIF_F_IP_CSUM + NETIF_F_IPV6_CSUM.
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c835 dev->features &= ~(NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM); in mvpp2_bm_update_mtu()
837 NETIF_F_IPV6_CSUM); in mvpp2_bm_update_mtu()
839 dev->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in mvpp2_bm_update_mtu()
840 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in mvpp2_bm_update_mtu()
4778 features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in mvpp2_port_probe()
4788 dev->features &= ~(NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM); in mvpp2_port_probe()
4789 dev->hw_features &= ~(NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM); in mvpp2_port_probe()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c100 netdev->hw_features |= NETIF_F_IPV6_CSUM; in mlx5i_init()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1676 NETIF_F_IPV6_CSUM | in fm10k_alloc_netdev()
1691 NETIF_F_IPV6_CSUM | in fm10k_alloc_netdev()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2331 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns_nic_dev_probe()
2335 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM; in hns_nic_dev_probe()
2343 ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns_nic_dev_probe()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c1681 netdev->hw_enc_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns3_set_default_feature()
1691 netdev->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns3_set_default_feature()
1700 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM | in hns3_set_default_feature()
1706 netdev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns3_set_default_feature()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.c173 priv->tsb_en = !!(wanted & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); in bcm_sysport_set_tx_csum()
193 if (changed & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) in bcm_sysport_set_features()
2513 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in bcm_sysport_probe()
/Linux-v4.19/net/8021q/
Dvlan_dev.c641 if (lower_features & (NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM)) in vlan_dev_fix_features()
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmveth.c839 dev->features &= ~NETIF_F_IPV6_CSUM; in ibmveth_set_csum_offload()
1670 netdev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ibmveth_probe()
/Linux-v4.19/drivers/net/hyperv/
Dhyperv_net.h828 NETIF_F_TSO | NETIF_F_IPV6_CSUM | \

1234