/kernel/linux/linux-5.10/drivers/net/usb/ |
D | aqc111.h | 28 #define AQ_SUPPORT_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\ 33 #define AQ_SUPPORT_HW_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\ 37 #define AQ_SUPPORT_VLAN_FEATURE (NETIF_F_SG | NETIF_F_IP_CSUM |\
|
D | ax88179_178a.c | 957 if (changed & NETIF_F_IP_CSUM) { in ax88179_set_features() 1380 dev->net->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_bind() 1383 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_bind() 1677 dev->net->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset() 1680 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
|
D | smsc95xx.c | 618 if (features & NETIF_F_IP_CSUM) in smsc95xx_set_features() 1083 dev->net->features |= NETIF_F_IP_CSUM; in smsc95xx_bind() 1087 dev->net->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in smsc95xx_bind()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 346 NETIF_F_IP_CSUM | in xgbe_config_netdev() 361 NETIF_F_IP_CSUM | in xgbe_config_netdev() 377 NETIF_F_IP_CSUM | in xgbe_config_netdev()
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdev_features.h | 115 #define NETIF_F_IP_CSUM __NETIF_F(IP_CSUM) macro 200 #define NETIF_F_CSUM_MASK (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 245 if (lower_features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) in nfp_repr_fix_features() 347 netdev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in nfp_repr_init()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_vnd.c | 262 rmnet_dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in rmnet_vnd_newlink()
|
D | rmnet_map_data.c | 400 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)))) in rmnet_map_checksum_uplink_packet()
|
/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
D | interface.c | 391 features &= ~NETIF_F_IP_CSUM; in xenvif_fix_features() 540 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in xenvif_alloc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-config.h | 138 #define IWL_TX_CSUM_NETIF_FLAGS (NETIF_F_IPV6_CSUM | NETIF_F_IP_CSUM |\
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 1033 features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | in qlcnic_process_flags() 1049 NETIF_F_IP_CSUM | in qlcnic_process_flags() 1073 NETIF_F_IP_CSUM | in qlcnic_fix_features()
|
/kernel/linux/linux-5.10/include/net/ |
D | udp.h | 485 features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in udp_rcv_segment()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1562 dev->features |= NETIF_F_IP_CSUM | in fm10k_alloc_netdev() 1573 dev->hw_enc_features = NETIF_F_IP_CSUM | in fm10k_alloc_netdev()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 929 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in ioc3eth_probe() 930 dev->features = NETIF_F_IP_CSUM | NETIF_F_HIGHDMA; in ioc3eth_probe()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | netdev-features.rst | 110 Note: NETIF_F_HW_CSUM is a superset of NETIF_F_IP_CSUM + NETIF_F_IPV6_CSUM.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 556 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | in otx2vf_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.h | 36 #define MTK_HW_FEATURES (NETIF_F_IP_CSUM | \
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.c | 614 ndev->features |= NETIF_F_IP_CSUM; in brcmf_netdev_open() 616 ndev->features &= ~NETIF_F_IP_CSUM; in brcmf_netdev_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_main.c | 953 netdev->hw_features = NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_IP_CSUM | in netdev_features_init() 963 netdev->hw_enc_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SCTP_CRC | in netdev_features_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1462 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in gelic_net_setup_netdev() 1464 netdev->features = NETIF_F_IP_CSUM; in gelic_net_setup_netdev()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 1389 ndev->features |= NETIF_F_IP_CSUM; /* Can checksum TCP/UDP over IPv4. */ in temac_probe() 1469 ndev->features |= NETIF_F_IP_CSUM; in temac_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1997 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one() 2003 dev->hw_features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one() 2005 dev->vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in cp_init_one()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | udp_offload.c | 67 (NETIF_F_HW_CSUM | NETIF_F_IP_CSUM)))); in __skb_udp_tunnel_segment()
|