Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c346 port->pp_buf_count = rte_event_ring_dequeue_burst(worker, port->pp_buf, in sw_refill_pp_buf()
358 if (!sw->refill_once_per_iter && port->pp_buf_count == 0) in __pull_port_lb()
361 while (port->pp_buf_count) { in __pull_port_lb()
451 port->pp_buf_count--; in __pull_port_lb()
476 if (!sw->refill_once_per_iter && port->pp_buf_count == 0) in sw_schedule_pull_port_dir()
479 while (port->pp_buf_count) { in sw_schedule_pull_port_dir()
503 port->pp_buf_count--; in sw_schedule_pull_port_dir()
571 if (sw->refill_once_per_iter && port->pp_buf_count == 0) in sw_event_schedule()
H A Dsw_evdev.h204 uint32_t pp_buf_count; member