Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c193 uint32_t count_free = sw->cq_ring_space[cq_id]; in sw_schedule_dir_to_cq() local
194 if (count_free == 0) in sw_schedule_dir_to_cq()
200 &port->cq_buf[port->cq_buf_count], count_free); in sw_schedule_dir_to_cq()