Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c64 int cq_free_cnt = sw->cq_ring_space[cq]; in sw_schedule_atomic_to_cq()
68 int test_cq_free = sw->cq_ring_space[test_cq]; in sw_schedule_atomic_to_cq()
78 if (sw->cq_ring_space[cq] == 0 || in sw_schedule_atomic_to_cq()
90 sw->cq_ring_space[cq]--; in sw_schedule_atomic_to_cq()
101 if (sw->cq_ring_space[cq] == 0) { in sw_schedule_atomic_to_cq()
105 &sw->cq_ring_space[cq]); in sw_schedule_atomic_to_cq()
156 if (sw->cq_ring_space[cq] == 0 || in sw_schedule_parallel_to_cq()
160 sw->cq_ring_space[cq]--; in sw_schedule_parallel_to_cq()
208 sw->cq_ring_space[cq_id] -= ret; in sw_schedule_dir_to_cq()
578 &sw->cq_ring_space[i]); in sw_event_schedule()
[all …]
H A Dsw_evdev.h250 uint16_t cq_ring_space[SW_PORTS_MAX] __rte_cache_aligned; member
H A Dsw_evdev.c201 sw->cq_ring_space[port_id] = conf->dequeue_depth; in sw_port_setup()