Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 116) sorted by relevance

12345

/f-stack/freebsd/contrib/device-tree/Bindings/
H A DMakefile22 DT_TMP_SCHEMA := $(obj)/processed-schema-examples.yaml
42 $(obj)/processed-schema-examples.yaml: $(DT_DOCS) check_dtschema_version FORCE
50 $(obj)/processed-schema.yaml: $(obj)/processed-schema-examples.yaml FORCE
59 $(obj)/processed-schema.yaml: DT_MK_SCHEMA_FLAGS := -u
60 $(obj)/processed-schema.yaml: $(DT_SCHEMA_FILES) check_dtschema_version FORCE
67 extra-$(CHECK_DT_BINDING) += processed-schema-examples.yaml
68 extra-$(CHECK_DTBS) += processed-schema.yaml
H A D.gitignore3 processed-schema*.yaml
/f-stack/dpdk/app/test/
H A Dtest_distributor.c116 unsigned int processed; in sanity_test() local
130 processed = 0; in sanity_test()
132 processed += rte_distributor_process(db, &bufs[processed], in sanity_test()
133 BURST - processed); in sanity_test()
340 processed = 0; in sanity_test_with_mbuf_alloc()
343 &bufs[processed], BURST - processed); in sanity_test_with_mbuf_alloc()
455 processed = 0; in sanity_test_with_worker_shutdown()
457 processed += rte_distributor_process(d, &bufs[processed], in sanity_test_with_worker_shutdown()
535 processed = 0; in test_flush_with_worker_shutdown()
537 processed += rte_distributor_process(d, &bufs[processed], in test_flush_with_worker_shutdown()
[all …]
/f-stack/freebsd/netgraph/
H A Dng_checksum.c312 int processed = 0; in checksum_ipv4() local
340 processed = 1; in checksum_ipv4()
368 processed = 1; in checksum_ipv4()
394 processed = 1; in checksum_ipv4()
407 if (processed) in checksum_ipv4()
408 priv->stats.processed++; in checksum_ipv4()
423 int processed = 0; in checksum_ipv6() local
493 processed = 1; in checksum_ipv6()
518 processed = 1; in checksum_ipv6()
531 if (processed) in checksum_ipv6()
[all …]
H A Dng_checksum.h79 uint64_t processed; member
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd.c533 uint32_t i, processed; in aesni_gcm_sgl_encrypt() local
535 processed = 0; in aesni_gcm_sgl_encrypt()
545 return processed; in aesni_gcm_sgl_encrypt()
552 uint32_t i, processed; in aesni_gcm_sgl_decrypt() local
554 processed = 0; in aesni_gcm_sgl_decrypt()
564 return processed; in aesni_gcm_sgl_decrypt()
571 uint32_t i, processed; in aesni_gmac_sgl_generate() local
573 processed = 0; in aesni_gmac_sgl_generate()
587 return processed; in aesni_gmac_sgl_generate()
596 processed = 0; in aesni_gmac_sgl_verify()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dae.c279 int processed = 0; in processTimeEvents() local
340 processed++; in processTimeEvents()
349 return processed; in processTimeEvents()
368 int processed = 0, numevents; in aeProcessEvents() local
472 processed++; in aeProcessEvents()
477 processed += processTimeEvents(eventLoop); in aeProcessEvents()
479 return processed; /* return the number of processed file/time events */ in aeProcessEvents()
/f-stack/freebsd/opencrypto/
H A Dcriov.c78 processed += PAGE_SIZE - off; \
161 int processed = 0; in cvm_page_apply() local
173 processed += count; in cvm_page_apply()
199 int processed = 0; in cvm_page_copyback() local
209 processed += count; in cvm_page_copyback()
213 return (processed); in cvm_page_copyback()
224 int processed = 0; in cvm_page_copydata() local
234 processed += count; in cvm_page_copydata()
238 return processed; in cvm_page_copydata()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dccm.c768 size_t remainder, processed; in ccm_init() local
806 processed = block_size - encoded_a_len; in ccm_init()
807 if (processed > auth_data_len) { in ccm_init()
809 processed = auth_data_len; in ccm_init()
811 bcopy(auth_data, authp+encoded_a_len, processed); in ccm_init()
815 remainder -= processed; in ccm_init()
828 bcopy(&(auth_data[processed]), authp, remainder); in ccm_init()
832 datap = (uint8_t *)(&(auth_data[processed])); in ccm_init()
833 processed += block_size; in ccm_init()
H A Dgcm.c381 int processed = 0, rv; in gcm_decrypt_final() local
400 processed, encrypt_block, xor_block); in gcm_decrypt_final()
422 processed += block_size; in gcm_decrypt_final()
483 ulong_t processed = 0; in gcm_format_initial_blocks() local
503 bcopy(&(iv[processed]), cb, remainder); in gcm_format_initial_blocks()
507 datap = (uint8_t *)(&(iv[processed])); in gcm_format_initial_blocks()
508 processed += block_size; in gcm_format_initial_blocks()
532 size_t remainder, processed; in gcm_init() local
548 processed = 0; in gcm_init()
561 datap = (uint8_t *)(&(auth_data[processed])); in gcm_init()
[all …]
/f-stack/freebsd/crypto/openssl/arm/
H A Dsha256-armv4.S29 @ Cortex A8 core and ~20 cycles per processed byte.
34 @ improvement on Cortex A8 core and ~15.4 cycles per processed byte.
H A Dsha512-armv4.S29 @ Cortex A8 core and ~40 cycles per processed byte.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst210 Operation has not yet been processed by the device
292 An op is processed stateless if it has
414 processed i.e. dequeued with status = RTE_COMP_OP_STATUS_SUCCESS.
419 processed i.e. dequeued with status = RTE_COMP_OP_STATUS_SUCCESS.
564 (having flush = RTE_COMP_FLUSH_FINAL) is successfully processed i.e. dequeued
570 (having flush = RTE_COMP_FLUSH_FINAL) is successfully processed i.e. dequeued
579 devices the enqueue burst API will place the operations to be processed
582 device. The dequeue burst API will retrieve any processed operations available
584 directly from the devices processed queue, and for virtual device's from a
585 ``rte_ring`` where processed operations are placed after being processed on the
[all …]
H A Dpacket_distrib_lib.rst36 and records what tags are being processed by each worker.
38 #. If the next packet in the input set has a tag which is already being processed by a worker,
41 This ensures that no two packets with the same tag are processed in parallel,
42 and that all packets with the same tag are processed in input order.
H A Dregexdev.rst172 The dequeue API uses the same format as the enqueue API of processed but
173 the ``nb_ops`` and ``ops`` parameters are now used to specify the max processed
175 The API call returns the actual number of processed operations returned, this
H A Dcryptodev_lib.rst301 Crypto devices the enqueue burst API will place the operations to be processed
306 directly from the devices processed queue, and for virtual device's from a
307 ``rte_ring`` where processed operations are placed after being processed on the
358 The dequeue API uses the same format as the enqueue API of processed but
361 The API call returns the actual number of processed operations returned, this
953 * are processed in the crypto device.
962 /* Check if operation was processed successfully */
966 "Some operations were not processed correctly");
1219 * are processed in the crypto device.
1228 /* Check if operation was processed successfully */
[all …]
H A Drte_security.rst44 The crypto processing for security protocol (e.g. IPsec) is processed
116 is processed inline during receive and transmission. The flow based
568 security session which processed the packet.
572 In case of inline processed packets, ``RTE_SECURITY_DYNFIELD_NAME`` field
617 /**< Crypto processing for security protocol is processed inline
630 * protocol is processed synchronously by a CPU.
H A Dbbdev.rst282 bbdev devices the enqueue burst API will place the operations to be processed
285 device. The dequeue burst API will retrieve any processed operations available
287 directly from the device's processed queue, and for virtual device's from a
288 ``rte_ring`` where processed operations are placed after being processed on the
311 The dequeue API uses the same format as the enqueue API of processed but
312 the ``num_ops`` and ``ops`` parameters are now used to specify the max processed
314 The API call returns the actual number of processed operations returned, this
331 processed on a particular bbdev device poll mode driver.
498 - ``length``: This is the total data length to be processed in one operation,
594 is 1. Therefore, it requires to get processed in TB-mode.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dmelexis,mlx90640.txt5 userspace to render processed frames.
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dbrcm,stb-avs-cpu-freq.txt9 commands to be processed.
13 has been processed. See [2] for more information on the brcm,l2-intc node.
/f-stack/dpdk/doc/guides/tools/
H A Dtesteventdev.rst208 processed in parallel on the different workers, the ingress order of events
313 #. Measure the number of events can be processed in a second.
357 increments the number events processed and print periodically in one second
358 to get the number of events processed in one second.
428 #. Measure the number of events can be processed in a second.
590 On packet Tx, application increments the number events processed and print
591 periodically in one second to get the number of events processed in one
/f-stack/freebsd/sys/
H A Dmtio.h172 u_int32_t processed; /* total # corrections successful */ member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst12 ring (split or packed format) was processed by vhost_blk sample application.
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,sci-inta.yaml18 be coherently processed by the host(s) in the system. A maximum
H A Dti,sci-inta.txt6 be coherently processed by the host(s) in the system. A maximum

12345