Home
last modified time | relevance | path

Searched refs:rob_ring (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Devent_ring.h24 struct rob_ring { struct
33 static inline struct rob_ring * argument
36 struct rob_ring *retval; in rob_ring_create()
52 rob_ring_free(struct rob_ring *r) in rob_ring_free()
58 rob_ring_count(const struct rob_ring *r) in rob_ring_count()
64 rob_ring_free_count(const struct rob_ring *r) in rob_ring_free_count()
70 rob_ring_enqueue(struct rob_ring *r, void *re) in rob_ring_enqueue()
85 rob_ring_dequeue(struct rob_ring *r, void **re) in rob_ring_dequeue()
H A Dsw_evdev.h131 struct rob_ring *reorder_buffer_freelist; /* available reorder slots */
H A Dsw_evdev.c722 struct rob_ring *rob_buf_free = in sw_dump()