Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c514 uint32_t out_pkts_total = 0, in_pkts_total = 0; in sw_event_schedule() local
549 out_pkts_total += out_pkts; in sw_event_schedule()
554 } while ((int)out_pkts_total < sched_quanta); in sw_event_schedule()
556 sw->stats.tx_pkts += out_pkts_total; in sw_event_schedule()
560 sw->sched_no_cq_enqueues += (out_pkts_total == 0); in sw_event_schedule()