Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Drndis_filter.c467 nvchan->rsc.ppi_flags |= NVSC_RSC_CSUM_INFO; in rsc_add_data()
469 nvchan->rsc.ppi_flags &= ~NVSC_RSC_CSUM_INFO; in rsc_add_data()
H A Dhyperv_net.h948 #define NVSC_RSC_CSUM_INFO BIT(1) /* valid/present bit for 'csum_info' */ macro
H A Dnetvsc_drv.c838 if ((ppi_flags & NVSC_RSC_CSUM_INFO) && csum_info->receive.ip_checksum_value_invalid && in netvsc_alloc_recv_skb()
850 if ((ppi_flags & NVSC_RSC_CSUM_INFO) && (net->features & NETIF_F_RXCSUM)) { in netvsc_alloc_recv_skb()