Home
last modified time | relevance | path

Searched defs:VirtioNetRscStat (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/virtio/
H A Dvirtio-net.h70 typedef struct VirtioNetRscStat { struct
71 uint32_t received;
72 uint32_t coalesced;
73 uint32_t over_size;
74 uint32_t cache;
75 uint32_t empty_cache;
76 uint32_t no_match_cache;
100 } VirtioNetRscStat; argument