Searched refs:enqueues (Results 1 – 19 of 19) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 271 r->enqueues = counter_u64_alloc(flags); in ifmp_ring_alloc() 277 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL || in ifmp_ring_alloc() 298 if (r->enqueues != NULL) in ifmp_ring_free() 299 counter_u64_free(r->enqueues); in ifmp_ring_free() 380 counter_u64_add(r->enqueues, n); in ifmp_ring_enqueue() 462 counter_u64_add(r->enqueues, n); in ifmp_ring_enqueue() 517 counter_u64_zero(r->enqueues); in ifmp_ring_reset_stats()
|
| H A D | mp_ring.h | 55 counter_u64_t enqueues; member
|
| H A D | iflib.c | 6793 CTLFLAG_RD, &txq->ift_br->enqueues, in iflib_add_device_sysctl_post()
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | qat_comp.rst | 41 queue-pair all enqueues to the TX queue must be done from one thread and all dequeues 42 from the RX queue must be done from one thread, but enqueues and dequeues may be done
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 41 completions from crypto device and enqueues them as events to the event device. 43 enqueues to the cryptodev without going through crypto/atomic stage. 66 adapter enqueues events to the event device. 126 enqueues events towards the crypto adapter.
|
| H A D | event_ethernet_rx_adapter.rst | 164 thread enqueues the port id and the queue id to a ring buffer. The adapter 179 temporarily enqueues mbufs to an event buffer before batch enqueuing these
|
| H A D | stack_lib.rst | 51 The lock-free push operation enqueues a linked list of pointers by pointing the
|
| H A D | event_ethernet_tx_adapter.rst | 17 In the common implementation, the application enqueues mbufs to the adapter
|
| H A D | eventdev.rst | 91 configures each queue for a specific type of scheduling, and just enqueues all
|
| H A D | vhost_lib.rst | 178 Transmits (enqueues) ``count`` packets from host to guest.
|
| H A D | env_abstraction_layer.rst | 667 - a pthread doing multi-producers enqueues on a given ring must not
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | octeontx.rst | 10 poll mode driver enqueues the crypto request to this accelerator and dequeues
|
| H A D | qat.rst | 118 queue-pair all enqueues to the TX queue must be done from one thread and all dequeues 119 from the RX queue must be done from one thread, but enqueues and dequeues may be done 181 queue-pair all enqueues to the TX queue must be done from one thread and all dequeues 182 from the RX queue must be done from one thread, but enqueues and dequeues may be done
|
| /f-stack/dpdk/doc/guides/eventdevs/ |
| H A D | dlb.rst | 49 defined in the eventdev header file. The limit is applied to all enqueues, 242 credit when it enqueues to a queue, and credits are later replenished after the 261 application using the DLB ought to retry its enqueues if they fail.
|
| H A D | octeontx2.rst | 97 store events. TIM traverses the list of chunks and enqueues the event timers
|
| H A D | dlb2.rst | 47 defined in the eventdev header file. The limit is applied to all enqueues, 233 credit when it enqueues to a queue, and credits are later replenished after the 252 application using the DLB2 ought to retry its enqueues if they fail.
|
| /f-stack/dpdk/doc/guides/rawdevs/ |
| H A D | ioat.rst | 197 The ``rte_ioat_enqueue_copy()`` function enqueues a single copy to the 206 While the ``rte_ioat_enqueue_copy()`` function enqueues a copy operation on
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 197 a single queue-pair all enqueues to the TX queue must be done from one thread 198 and all dequeues from the RX queue must be done from one thread, but enqueues
|
| H A D | release_17_05.rst | 301 * Added fail-over scheduling mode, which enqueues crypto operations to a
|