Searched defs:netmap_kring (Results 1 – 1 of 1) sorted by relevance
410 struct netmap_kring { struct411 struct netmap_ring *ring;413 uint32_t nr_hwcur; /* should be nr_hwhead */414 uint32_t nr_hwtail;421 uint32_t rhead;422 uint32_t rcur;423 uint32_t rtail;425 uint32_t nr_kflags; /* private driver flags */438 uint32_t nr_mode;439 uint32_t nr_pending_mode;[all …]