Home
last modified time | relevance | path

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

/dpdk/examples/vhost_crypto/
H A Dmain.c382 uint32_t to_fetch, fetched; in vhost_crypto_worker() local
407 fetched = rte_vhost_crypto_fetch_requests( in vhost_crypto_worker()
413 fetched); in vhost_crypto_worker()
417 ops[j], fetched) < fetched)) { in vhost_crypto_worker()
422 fetched = rte_cryptodev_dequeue_burst( in vhost_crypto_worker()
426 fetched = rte_vhost_crypto_finalize_requests( in vhost_crypto_worker()
427 ops_deq[j], fetched, callfds, in vhost_crypto_worker()
430 info->nb_inflight_ops -= fetched; in vhost_crypto_worker()
439 (void **)ops_deq[j], fetched); in vhost_crypto_worker()
/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst38 Register ``R0`` is an implicit output which contains the data fetched from the
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst268 * The extended statistics are fetched by ids with ``rte_eth_xstats_get``
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_event.rst411 Before reading packets, deq_len is fetched to ensure correct allowed deq length