Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/sw/
H A Diq_chunk.h26 iq_count(const struct sw_iq *iq) in iq_count() function
116 count = RTE_MIN(count, iq_count(iq)); in iq_dequeue_burst()
H A Dsw_evdev.c377 if (iq_count(&sw->qids[i].iq[j])) in sw_qids_empty()
437 while (iq_count(iq) > 0) { in sw_drain_queue()
755 uint32_t used = iq_count(&qid->iq[iq]); in sw_dump()
H A Dsw_evdev_scheduler.c232 uint32_t count = iq_count(&qid->iq[iq_num]); in sw_schedule_qid_to_cq()
H A Dsw_evdev_xstats.c130 case iq_used: return iq_count(&qid->iq[iq_idx]); in get_qid_iq_stat()