Home
last modified time | relevance | path

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

/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c88 p->cq_buf[p->cq_buf_count++] = *qe; in sw_schedule_atomic_to_cq()
103 rte_event_ring_enqueue_burst(worker, p->cq_buf, in sw_schedule_atomic_to_cq()
172 sw->ports[cq].cq_buf[sw->ports[cq].cq_buf_count++] = *qe; in sw_schedule_parallel_to_cq()
200 &port->cq_buf[port->cq_buf_count], count_free); in sw_schedule_dir_to_cq()
581 port->cq_buf, in sw_event_schedule()
H A Dsw_evdev.h207 struct rte_event cq_buf[MAX_SW_CONS_Q_DEPTH]; member