csums 948 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c const netdev_features_t csums = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; csums 957 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c port->dev->features &= ~csums; csums 958 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c port->dev->hw_features &= ~csums; csums 960 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c port->dev->features |= csums; csums 961 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c port->dev->hw_features |= csums;