Lines Matching refs:NETIF_F_RXCSUM
491 bool rx_enable = ndev->features & NETIF_F_RXCSUM; in ravb_csum_init_gbeth()
504 ndev->features &= ~NETIF_F_RXCSUM; in ravb_csum_init_gbeth()
571 (ndev->features & NETIF_F_RXCSUM ? ECMR_RCSC : 0) | in ravb_emac_init_rcar()
926 if (ndev->features & NETIF_F_RXCSUM) in ravb_rx_gbeth()
1033 if (ndev->features & NETIF_F_RXCSUM) in ravb_rx_rcar()
2531 if (changed & NETIF_F_RXCSUM) { in ravb_set_features_gbeth()
2532 if (features & NETIF_F_RXCSUM) in ravb_set_features_gbeth()
2564 if (changed & NETIF_F_RXCSUM) in ravb_set_features_rcar()
2565 ravb_set_rx_csum(ndev, features & NETIF_F_RXCSUM); in ravb_set_features_rcar()
2680 .net_hw_features = NETIF_F_RXCSUM,
2681 .net_features = NETIF_F_RXCSUM,
2703 .net_hw_features = NETIF_F_RXCSUM,
2704 .net_features = NETIF_F_RXCSUM,
2729 .net_hw_features = NETIF_F_RXCSUM,
2730 .net_features = NETIF_F_RXCSUM,
2755 .net_hw_features = NETIF_F_RXCSUM,
2756 .net_features = NETIF_F_RXCSUM,
2779 .net_hw_features = NETIF_F_RXCSUM | NETIF_F_HW_CSUM,
2780 .net_features = NETIF_F_RXCSUM | NETIF_F_HW_CSUM,