Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Diq_chunk.h14 struct sw_queue_chunk { struct
16 struct sw_queue_chunk *next; argument
31 static __rte_always_inline struct sw_queue_chunk *
34 struct sw_queue_chunk *chunk = sw->chunk_list_head; in iq_alloc_chunk()
51 struct sw_queue_chunk *next; in iq_free_chunk_list()
79 struct sw_queue_chunk *chunk = iq_alloc_chunk(sw); in iq_enqueue()
93 struct sw_queue_chunk *next = iq->head->next; in iq_pop()
113 struct sw_queue_chunk *current; in iq_dequeue_burst()
124 struct sw_queue_chunk *next; in iq_dequeue_burst()
141 struct sw_queue_chunk *next = current->next; in iq_dequeue_burst()
[all …]
H A Dsw_evdev.h97 struct sw_queue_chunk *head;
98 struct sw_queue_chunk *tail;
246 struct sw_queue_chunk *chunk_list_head;
247 struct sw_queue_chunk *chunks;
H A Dsw_evdev.c533 sizeof(struct sw_queue_chunk) * in sw_dev_configure()