| /dpdk/drivers/mempool/ring/ |
| H A D | rte_mempool_ring.c | 150 .dequeue = common_ring_mc_dequeue, 159 .dequeue = common_ring_sc_dequeue, 168 .dequeue = common_ring_sc_dequeue, 177 .dequeue = common_ring_mc_dequeue, 187 .dequeue = rts_ring_mc_dequeue, 197 .dequeue = hts_ring_mc_dequeue,
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_private.c | 25 "event dequeue burst requested for unconfigured event device"); in dummy_event_enqueue_burst()
|
| H A D | rte_eventdev_core.h | 63 /**< PMD dequeue burst function. */ member
|
| /dpdk/doc/guides/tools/ |
| H A D | testregex.rst | 19 (per core) - the enqueue/dequeue RegEx operations are interleaved as follows:: 25 dequeue(QP #1) 26 dequeue(QP #2) 28 dequeue(QP #n)
|
| H A D | testbbdev.rst | 84 Specifies operations enqueue/dequeue burst size. If not specified burst_size is 104 - Performs full operation of enqueue and dequeue 119 (c) *SW Deq Offload Cost*: Software dequeue cost, the cycle counts and 120 time (us) consumed to dequeue one operation. 122 consumed to dequeue from an empty queue. 131 - Performs full operation of enqueue and dequeue 139 - Performs full operation of enqueue and dequeue 262 set to 300s and operations enqueue/dequeue burst size is set to 32. 276 set to 120s and enqueue/dequeue burst size is set to 8 and to 32.
|
| H A D | testmldev.rst | 104 Set the number of queue-pairs to be used for inference enqueue and dequeue operations. 108 Set the size of queue-pair to be created for inference enqueue / dequeue operations. 295 enqueue and dequeue burst would try to enqueue or dequeue 333 A dedicated pool of worker threads would dequeue the inferences from the device. 391 An additional pool of threads would dequeue the inferences from the device.
|
| H A D | comp_perf.rst | 22 inserted between enqueue and dequeue so no cycles are wasted in retries while 100 …``--cc-delay-us N``: delay between enqueue and dequeue operations in microseconds, valid only for …
|
| /dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 83 .dequeue = stack_dequeue, 92 .dequeue = stack_dequeue,
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool_ops.c | 40 h->dequeue == NULL || h->get_count == NULL) { in rte_mempool_register_ops() 61 ops->dequeue = h->dequeue; in rte_mempool_register_ops()
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dsw.rst | 51 neither attempting to enqueue nor to dequeue events, it must 67 of enqueue and/or dequeue operations.
|
| H A D | opdl.rst | 96 adds NEW event types, and TX (last dequeue) implicitly does RELEASE event types. 111 - Each worker core has to dequeue the maximum burst size for that port.
|
| H A D | sw.rst | 102 behavior is to dequeue as needed. 104 * ``deq_burst`` is the burst size used to dequeue from the port rings.
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cn9k_mempool_ops.c | 83 .dequeue = cn9k_mempool_deq,
|
| H A D | cn10k_hwpool_ops.c | 266 .dequeue = cn10k_hwpool_deq,
|
| /dpdk/lib/regexdev/ |
| H A D | rte_regexdev.h | 105 * the dequeue function of a PMD cannot be invoked in parallel on two logical 139 * exported by the RegEx API to enqueue pattern matching job, dequeue pattern 146 * before calling rte_regexdev_start() again. The enqueue and dequeue 173 * RTE RegEx device drivers do not use interrupts for enqueue or dequeue 174 * operation. Instead, RegEx drivers export Poll-Mode enqueue and dequeue 178 * to the RegEx device and the *dequeue* operation gets a burst of pattern 814 * RegEx dequeue and so on) can be invoked. 1342 * for enqueue and dequeue operation. 1395 * between dequeue and enqueue operation. 1407 * This ID is returned from the RegEx device on the dequeue [all...] |
| H A D | rte_regexdev_core.h | 167 regexdev_dequeue_t dequeue; member
|
| /dpdk/doc/guides/howto/ |
| H A D | debug_troubleshoot.rst | 163 * Extreme stalls in dequeue stage of the pipeline will cause 183 * If the desired burst dequeue falls behind the actual dequeue, the enqueue 263 #. Performance issue isolation for dequeue 265 * Ensure cryptodev, resources and dequeue are running on NUMA cores. 269 * Parallelize dequeue thread for varied multiple queue pair. 373 * Check the in-flight events for the desired queue for enqueue and dequeue.
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_qp.h | 118 uint16_t (*dequeue)(struct bcmfs_qp *qp, void **obj, member
|
| /dpdk/app/test-mldev/ |
| H A D | test_inference_common.h | 54 int (*dequeue)(void *arg); member
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 14 collected on a dequeue call.
|
| H A D | acc100.rst | 50 - ``RTE_BBDEV_TURBO_ENC_INTERRUPTS`` : set for encoder dequeue interrupts 57 - ``RTE_BBDEV_TURBO_DEC_INTERRUPTS`` : set for decoder dequeue interrupts
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ntb.rst | 100 is much more expensive than remote write. Thus, the enqueue and dequeue 145 And dequeue reads tx_tail to get how many packets are arrived, and
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa2_sec.rst | 32 queues, queue portals to store and to enqueue/dequeue data to the hardware SEC. 78 . | | dequeue> .
|
| H A D | null.rst | 15 a dequeue call as long as the mbuf has a valid rte_mbuf_offload operation with
|
| /dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.c | 119 priv->regexdev->dequeue = mlx5_regexdev_dequeue; in mlx5_regex_dev_probe()
|