Home
last modified time | relevance | path

Searched refs:csums (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c948 const netdev_features_t csums = NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM; in mvpp2_set_hw_csum() local
957 port->dev->features &= ~csums; in mvpp2_set_hw_csum()
958 port->dev->hw_features &= ~csums; in mvpp2_set_hw_csum()
960 port->dev->features |= csums; in mvpp2_set_hw_csum()
961 port->dev->hw_features |= csums; in mvpp2_set_hw_csum()