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()
570 (ndev->features & NETIF_F_RXCSUM ? ECMR_RCSC : 0) | in ravb_emac_init_rcar()
921 if (ndev->features & NETIF_F_RXCSUM) in ravb_rx_gbeth()
1028 if (ndev->features & NETIF_F_RXCSUM) in ravb_rx_rcar()
2538 if (changed & NETIF_F_RXCSUM) { in ravb_set_features_gbeth()
2539 if (features & NETIF_F_RXCSUM) in ravb_set_features_gbeth()
2571 if (changed & NETIF_F_RXCSUM) in ravb_set_features_rcar()
2572 ravb_set_rx_csum(ndev, features & NETIF_F_RXCSUM); in ravb_set_features_rcar()
2687 .net_hw_features = NETIF_F_RXCSUM,
2688 .net_features = NETIF_F_RXCSUM,
2710 .net_hw_features = NETIF_F_RXCSUM,
2711 .net_features = NETIF_F_RXCSUM,
2736 .net_hw_features = NETIF_F_RXCSUM,
2737 .net_features = NETIF_F_RXCSUM,
2762 .net_hw_features = NETIF_F_RXCSUM,
2763 .net_features = NETIF_F_RXCSUM,
2787 .net_hw_features = NETIF_F_RXCSUM | NETIF_F_HW_CSUM,
2788 .net_features = NETIF_F_RXCSUM | NETIF_F_HW_CSUM,
2789 .vlan_features = NETIF_F_RXCSUM | NETIF_F_HW_CSUM,