Home
last modified time | relevance | path

Searched refs:NETIF_F_IP_CSUM (Results 1 – 25 of 121) sorted by relevance

12345

/Linux-v4.19/include/linux/
Dnetdev_features.h114 #define NETIF_F_IP_CSUM __NETIF_F(IP_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.c348 NETIF_F_IP_CSUM | in xgbe_config_netdev()
363 NETIF_F_IP_CSUM | in xgbe_config_netdev()
384 NETIF_F_IP_CSUM | in xgbe_config_netdev()
/Linux-v4.19/drivers/staging/mt7621-eth/
Dsoc_mt7621.c127 .hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM |
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-common.c185 netdev->hw_features |= NETIF_F_IP_CSUM; in xlgmac_init()
188 netdev->hw_features = NETIF_F_IP_CSUM; in xlgmac_init()
/Linux-v4.19/drivers/net/usb/
Dax88179_178a.c891 if (changed & NETIF_F_IP_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()
Dsmsc95xx.c683 if (features & NETIF_F_IP_CSUM) in smsc95xx_set_features()
1293 dev->net->features |= NETIF_F_IP_CSUM; in smsc95xx_bind()
1297 dev->net->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in smsc95xx_bind()
/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.c336 features &= ~NETIF_F_IP_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.c1034 features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | in qlcnic_process_flags()
1050 NETIF_F_IP_CSUM | in qlcnic_process_flags()
1074 NETIF_F_IP_CSUM | in qlcnic_fix_features()
/Linux-v4.19/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h37 #define MTK_HW_FEATURES (NETIF_F_IP_CSUM | \
/Linux-v4.19/net/ipv4/
Dudp_offload.c70 (NETIF_F_HW_CSUM | NETIF_F_IP_CSUM)))); in __skb_udp_tunnel_segment()
/Linux-v4.19/drivers/net/ethernet/xilinx/
Dll_temac_main.c1000 ndev->features |= NETIF_F_IP_CSUM; /* Can checksum TCP/UDP over IPv4. */ in temac_of_probe()
1035 ndev->features |= NETIF_F_IP_CSUM; in temac_of_probe()
Dxilinx_axienet_main.c1497 ndev->features |= NETIF_F_IP_CSUM; in axienet_probe()
1504 ndev->features |= NETIF_F_IP_CSUM; in axienet_probe()
/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/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c563 ndev->features |= NETIF_F_IP_CSUM; in brcmf_netdev_open()
565 ndev->features &= ~NETIF_F_IP_CSUM; in brcmf_netdev_open()
/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()
836 dev->hw_features &= ~(NETIF_F_IP_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.c99 netdev->hw_features |= NETIF_F_IP_CSUM; in mlx5i_init()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c1081 netdev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | in init_one()
1083 netdev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | in init_one()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1675 dev->features |= NETIF_F_IP_CSUM | in fm10k_alloc_netdev()
1686 dev->hw_enc_features = NETIF_F_IP_CSUM | in fm10k_alloc_netdev()
/Linux-v4.19/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1477 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in gelic_net_setup_netdev()
1479 netdev->features = NETIF_F_IP_CSUM; in gelic_net_setup_netdev()
/Linux-v4.19/drivers/net/ethernet/realtek/
D8139cp.c1992 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
1998 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
2000 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c783 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in qede_init_ndev()
795 ndev->hw_enc_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in qede_init_ndev()
2300 if (edev->ndev->features & NETIF_F_IP_CSUM) in qede_get_generic_tlv_data()

12345