Searched refs:NETIF_F_IPV6_CSUM (Results 1 – 25 of 88) sorted by relevance
1234
29 NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM |\34 NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM |\38 NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM |\
963 if (changed & NETIF_F_IPV6_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()1667 dev->net->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()1670 dev->net->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ax88179_reset()
581 if (changed & NETIF_F_IPV6_CSUM) { in aqc111_set_features()894 if (dev->net->features & NETIF_F_IPV6_CSUM) in aqc111_configure_csum_offload()
347 NETIF_F_IPV6_CSUM | in xgbe_config_netdev()362 NETIF_F_IPV6_CSUM | in xgbe_config_netdev()378 NETIF_F_IPV6_CSUM | in xgbe_config_netdev()
122 #define NETIF_F_IPV6_CSUM __NETIF_F(IPV6_CSUM) macro211 #define NETIF_F_CSUM_MASK (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | \
246 if (lower_features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) in nfp_repr_fix_features()348 netdev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in nfp_repr_init()
186 netdev->hw_features |= NETIF_F_IPV6_CSUM; in xlgmac_init()189 netdev->hw_features |= NETIF_F_IPV6_CSUM; in xlgmac_init()
265 rmnet_dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in rmnet_vnd_newlink()
443 (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)))) in rmnet_map_v4_checksum_uplink_packet()
391 features &= ~NETIF_F_IPV6_CSUM; in xenvif_fix_features()541 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in xenvif_alloc()
1030 NETIF_F_IPV6_CSUM; in qlcnic_process_flags()1046 NETIF_F_IPV6_CSUM); in qlcnic_process_flags()1070 NETIF_F_IPV6_CSUM | in qlcnic_fix_features()
85 #define IWL_TX_CSUM_NETIF_FLAGS (NETIF_F_IPV6_CSUM | NETIF_F_IP_CSUM |\
491 features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in udp_rcv_segment()
1561 NETIF_F_IPV6_CSUM | in fm10k_alloc_netdev()1576 NETIF_F_IPV6_CSUM | in fm10k_alloc_netdev()
947 NETIF_F_IPV6_CSUM | NETIF_F_TSO | NETIF_F_TSO6 | in netdev_features_init()956 netdev->hw_enc_features = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_SCTP_CRC | in netdev_features_init()
110 Note: NETIF_F_HW_CSUM is a superset of NETIF_F_IP_CSUM + NETIF_F_IPV6_CSUM.
653 NETIF_F_IPV6_CSUM | NETIF_F_RXHASH | in otx2vf_probe()
46 NETIF_F_IPV6_CSUM |\
2328 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns_nic_dev_probe()2332 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM; in hns_nic_dev_probe()2340 ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in hns_nic_dev_probe()
1415 if (features & NETIF_F_IPV6_CSUM && in xennet_fix_features()1418 features &= ~NETIF_F_IPV6_CSUM; in xennet_fix_features()1668 NETIF_F_IPV6_CSUM | in xennet_create_dev()
67 (is_ipv6 ? (NETIF_F_HW_CSUM | NETIF_F_IPV6_CSUM) : in __skb_udp_tunnel_segment()
92 netdev->hw_features |= NETIF_F_IPV6_CSUM; in mlx5i_init()
815 dev->features &= ~NETIF_F_IPV6_CSUM; in ibmveth_set_csum_offload()1685 netdev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in ibmveth_probe()
653 if (lower_features & (NETIF_F_IP_CSUM|NETIF_F_IPV6_CSUM)) in vlan_dev_fix_features()
2171 if (changed & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)) { in dpaa2_eth_set_features()2172 enable = !!(features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); in dpaa2_eth_set_features()4116 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | in dpaa2_eth_netdev_init()4410 !!(net_dev->features & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM))); in dpaa2_eth_probe()
Completed in 78 milliseconds