Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_dmadev.c303 const uint16_t max_ops = 4; in test_enqueue_copies() local
317 for (i = 0; i < max_ops; i++) in test_enqueue_copies()
326 count = rte_dma_completed(dev_id, vchan, max_ops * 2, &id, NULL); in test_enqueue_copies()
327 if (count != max_ops) in test_enqueue_copies()
329 count, max_ops); in test_enqueue_copies()
/dpdk/lib/eventdev/
H A Drte_event_crypto_adapter.c865 unsigned int max_ops) in eca_crypto_adapter_run() argument
867 unsigned int ops_left = max_ops; in eca_crypto_adapter_run()
883 if (ops_left == max_ops) { in eca_crypto_adapter_run()
H A Drte_event_dma_adapter.c814 edma_adapter_run(struct event_dma_adapter *adapter, unsigned int max_ops) in edma_adapter_run() argument
816 unsigned int ops_left = max_ops; in edma_adapter_run()
831 if (ops_left == max_ops) { in edma_adapter_run()