Searched defs:netmap_kring (Results 1 – 1 of 1) sorted by relevance
411 struct netmap_kring { struct412 struct netmap_ring *ring;414 uint32_t nr_hwcur; /* should be nr_hwhead */415 uint32_t nr_hwtail;422 uint32_t rhead;423 uint32_t rcur;424 uint32_t rtail;426 uint32_t nr_kflags; /* private driver flags */439 uint32_t nr_mode;440 uint32_t nr_pending_mode;[all …]