Searched defs:VirtioNetRscStat (Results 1 – 1 of 1) sorted by relevance
70 typedef struct VirtioNetRscStat { struct71 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