Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c368 uint32_t to_fetch, fetched; in vhost_crypto_worker() local
393 fetched = rte_vhost_crypto_fetch_requests( in vhost_crypto_worker()
399 fetched); in vhost_crypto_worker()
403 ops[j], fetched) < fetched)) { in vhost_crypto_worker()
408 fetched = rte_cryptodev_dequeue_burst( in vhost_crypto_worker()
412 fetched = rte_vhost_crypto_finalize_requests( in vhost_crypto_worker()
413 ops_deq[j], fetched, callfds, in vhost_crypto_worker()
416 info->nb_inflight_ops -= fetched; in vhost_crypto_worker()
425 (void **)ops_deq[j], fetched); in vhost_crypto_worker()
/f-stack/freebsd/mips/conf/
H A DAR91XX_BASE.hints41 # should be fetched from in physical memory.
H A DAR934X_BASE.hints51 # should be fetched from in physical memory.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst38 Register ``R0`` is an implicit output which contains the data fetched from the
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c302 int fetched; in fetch_decode_modrm() local
304 fetched = fetch_byte_imm(emu); in fetch_decode_modrm()
305 emu->cur_mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
306 emu->cur_rh = (fetched >> 3) & 0x07; in fetch_decode_modrm()
307 emu->cur_rl = (fetched >> 0) & 0x07; in fetch_decode_modrm()
323 uint8_t fetched; in fetch_byte_imm() local
327 return fetched; in fetch_byte_imm()
343 uint16_t fetched; in fetch_word_imm() local
347 return fetched; in fetch_word_imm()
363 uint32_t fetched; in fetch_long_imm() local
[all …]
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst331 * The extended statistics are fetched by ids with ``rte_eth_xstats_get``
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_event.rst664 Before reading packets, deq_len is fetched to ensure correct allowed deq length