Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Daqc111.h28 #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 |\
H A Dax88179_178a.c957 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()
1728 dev->net->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
1731 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
H A Dsmsc95xx.c631 if (features & NETIF_F_IP_CSUM) in smsc95xx_set_features()
1105 dev->net->features |= NETIF_F_IP_CSUM; in smsc95xx_bind()
1109 dev->net->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in smsc95xx_bind()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c346 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h115 #define NETIF_F_IP_CSUM __NETIF_F(IP_CSUM) macro
200 #define NETIF_F_CSUM_MASK (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c245 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Dinterface.c377 features &= ~NETIF_F_IP_CSUM; in xenvif_fix_features()
526 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in xenvif_alloc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c262 rmnet_dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in rmnet_vnd_newlink()
H A Drmnet_map_data.c400 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)))) in rmnet_map_checksum_uplink_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dmlme_linux.c386 pnetdev->features |= NETIF_F_IP_CSUM; in hostapd_mode_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1033 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h138 #define IWL_TX_CSUM_NETIF_FLAGS (NETIF_F_IPV6_CSUM | NETIF_F_IP_CSUM |\
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dmlme_linux.c551 pnetdev->features |= NETIF_F_IP_CSUM; in hostapd_mode_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dmlme_linux.c564 pnetdev->features |= NETIF_F_IP_CSUM; in hostapd_mode_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dmlme_linux.c564 pnetdev->features |= NETIF_F_IP_CSUM; in hostapd_mode_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dudp.h487 features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in udp_rcv_segment()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sgi/
H A Dioc3-eth.c929 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1562 dev->features |= NETIF_F_IP_CSUM | in fm10k_alloc_netdev()
1573 dev->hw_enc_features = NETIF_F_IP_CSUM | in fm10k_alloc_netdev()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdev-features.rst110 Note: NETIF_F_HW_CSUM is a superset of NETIF_F_IP_CSUM + NETIF_F_IPV6_CSUM.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A D8139cp.c1997 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1389 ndev->features |= NETIF_F_IP_CSUM; /* Can checksum TCP/UDP over IPv4. */ in temac_probe()
1471 ndev->features |= NETIF_F_IP_CSUM; in temac_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c615 ndev->features |= NETIF_F_IP_CSUM; in brcmf_netdev_open()
617 ndev->features &= ~NETIF_F_IP_CSUM; in brcmf_netdev_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c1462 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()

1234567