Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dlb.c109 struct overflow_queue { struct
118 static struct overflow_queue *freeq; argument
121 oq_full(struct overflow_queue *q) in oq_full()
127 oq_empty(struct overflow_queue *q) in oq_empty()
133 oq_enq(struct overflow_queue *q, const struct netmap_slot *s) in oq_enq()
147 oq_deq(struct overflow_queue *q) in oq_deq()
175 struct overflow_queue *oq;
361 struct overflow_queue *q = cp->oq; in free_buffers()
518 struct overflow_queue *q = port->oq; in forward_packet()
743 struct overflow_queue *oq = NULL; in main()
[all …]