Home
last modified time | relevance | path

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

/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst545 num_deqd = rte_compressdev_dequeue_burst(cdev_id, 0 , &processed_ops, 1);
546 } while (num_deqd < num_enqd);
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c790 uint16_t num_enqd, num_deqd, num_total_deqd; in test_run_enqueue_dequeue() local
823 num_deqd = rte_compressdev_dequeue_burst(0, 0, in test_run_enqueue_dequeue()
825 num_total_deqd += num_deqd; in test_run_enqueue_dequeue()