Searched defs:netmap_ring (Results 1 – 1 of 1) sorted by relevance
284 struct netmap_ring { struct290 const int64_t buf_ofs;292 const uint32_t nr_buf_size;293 const uint16_t ringid;294 const uint16_t dir; /* 0: tx, 1: rx */296 uint32_t head; /* (u) first user slot */297 uint32_t cur; /* (u) wakeup point */298 uint32_t tail; /* (k) first kernel slot */300 uint32_t flags;309 const uint64_t offset_mask;[all …]