Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.h260 uint64_t sched_no_cq_enqueues; member
H A Dsw_evdev.c636 fprintf(f, "\tsched no CQ enq: %"PRIu64"\n", sw->sched_no_cq_enqueues); in sw_dump()
872 sw->sched_no_cq_enqueues = 0; in sw_close()
H A Dsw_evdev_scheduler.c560 sw->sched_no_cq_enqueues += (out_pkts_total == 0); in sw_event_schedule()
H A Dsw_evdev_xstats.c59 case no_cq_enq: return sw->sched_no_cq_enqueues; in get_dev_stat()