Searched refs:ppi_flags (Results 1 – 2 of 2) sorted by relevance
794 u8 ppi_flags = nvchan->rsc.ppi_flags; in netvsc_alloc_recv_skb() local838 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()856 if ((ppi_flags & NVSC_RSC_HASH_INFO) && (net->features & NETIF_F_RXHASH)) in netvsc_alloc_recv_skb()859 if (ppi_flags & NVSC_RSC_VLAN) { in netvsc_alloc_recv_skb()
939 u8 ppi_flags; /* valid/present bits for the above PPIs */ member