Searched refs:fetched (Results 1 – 7 of 7) sorted by relevance
368 uint32_t to_fetch, fetched; in vhost_crypto_worker() local393 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()
41 # should be fetched from in physical memory.
51 # should be fetched from in physical memory.
38 Register ``R0`` is an implicit output which contains the data fetched from the
302 int fetched; in fetch_decode_modrm() local304 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() local327 return fetched; in fetch_byte_imm()343 uint16_t fetched; in fetch_word_imm() local347 return fetched; in fetch_word_imm()363 uint32_t fetched; in fetch_long_imm() local[all …]
331 * The extended statistics are fetched by ids with ``rte_eth_xstats_get``
664 Before reading packets, deq_len is fetched to ensure correct allowed deq length