/Linux-v4.19/include/linux/ |
D | netdev_features.h | 114 #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/ |
D | xgbe-main.c | 348 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/ |
D | soc_mt7621.c | 127 .hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM |
|
/Linux-v4.19/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 185 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/ |
D | ax88179_178a.c | 891 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()
|
D | smsc95xx.c | 683 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/ |
D | rmnet_vnd.c | 247 rmnet_dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in rmnet_vnd_newlink()
|
D | rmnet_map_data.c | 404 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)))) in rmnet_map_checksum_uplink_packet()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-config.h | 145 #define IWL_TX_CSUM_NETIF_FLAGS (NETIF_F_IPV6_CSUM | NETIF_F_IP_CSUM |\
|
/Linux-v4.19/drivers/net/xen-netback/ |
D | interface.c | 336 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/ |
D | qlcnic_hw.c | 1034 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/ |
D | mtk_eth_soc.h | 37 #define MTK_HW_FEATURES (NETIF_F_IP_CSUM | \
|
/Linux-v4.19/net/ipv4/ |
D | udp_offload.c | 70 (NETIF_F_HW_CSUM | NETIF_F_IP_CSUM)))); in __skb_udp_tunnel_segment()
|
/Linux-v4.19/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 1000 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()
|
D | xilinx_axienet_main.c | 1497 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/ |
D | dpaa2-eth.c | 1166 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/ |
D | core.c | 563 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/ |
D | netdev-features.txt | 107 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/ |
D | mvpp2_main.c | 835 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/ |
D | ipoib.c | 99 netdev->hw_features |= NETIF_F_IP_CSUM; in mlx5i_init()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 1081 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/ |
D | fm10k_netdev.c | 1675 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/ |
D | ps3_gelic_net.c | 1477 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/ |
D | 8139cp.c | 1992 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/ |
D | qede_main.c | 783 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()
|