Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/hyperv/
Drndis_filter.c466 nvchan->rsc.ppi_flags |= NVSC_RSC_CSUM_INFO; in rsc_add_data()
468 nvchan->rsc.ppi_flags &= ~NVSC_RSC_CSUM_INFO; in rsc_add_data()
Dhyperv_net.h948 #define NVSC_RSC_CSUM_INFO BIT(1) /* valid/present bit for 'csum_info' */ macro
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()