Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDnetmap.h283 struct netmap_ring { struct
289 const int64_t buf_ofs;
290 const uint32_t num_slots; /* number of slots in the ring. */
291 const uint32_t nr_buf_size;
292 const uint16_t ringid;
293 const uint16_t dir; /* 0: tx, 1: rx */
295 uint32_t head; /* (u) first user slot */
296 uint32_t cur; /* (u) wakeup point */
297 uint32_t tail; /* (k) first kernel slot */
299 uint32_t flags;
[all …]