| /dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_init.c | 395 port->initialized = 1; in opdl_add_event_handlers() 416 if (!queue->initialized) in build_all_dependencies() 474 if (!queue->initialized) in check_queues_linked() 826 queue->initialized = 1; in initialise_all_other_ports() 853 port->initialized = 1; in initialise_all_other_ports() 854 queue->initialized = 1; in initialise_all_other_ports() 905 port->initialized = 1; in initialise_queue_zero_ports()
|
| H A D | opdl_evdev.h | 135 uint8_t initialized; member 190 uint8_t initialized; member
|
| H A D | opdl_evdev.c | 219 p->initialized = 0; in opdl_port_release() 413 if (port->initialized) { in opdl_dump()
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 148 if (p->initialized) { in sw_port_setup() 211 p->initialized = 1; in sw_port_setup() 298 qid->initialized = 1; in qid_init() 347 if (sw->qids[queue_id].initialized) in sw_queue_setup() 362 if (!qid->initialized) in sw_init_qid_iqs() 646 if (!p->initialized) { in sw_dump() 708 if (!qid->initialized) { in sw_dump() 789 if (!sw->qids[i].initialized || in sw_start()
|
| H A D | sw_evdev.h | 106 uint8_t initialized; member 153 uint8_t initialized; member
|
| /dpdk/examples/vhost_crypto/ |
| H A D | main.c | 54 volatile uint32_t initialized[MAX_NB_SOCKETS]; member 322 info->initialized[j] = 1; in new_device() 357 info->initialized[j] = 0; in destroy_device() 400 if (unlikely(info->initialized[i] == 0)) in vhost_crypto_worker()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | thread_safety_dpdk_functions.rst | 59 It is recommended that DPDK libraries are initialized in the main thread at application startup 61 However, the DPDK performs checks to ensure that libraries are only initialized once. 64 In the multi-process case, the configuration information of shared memory will only be initialized …
|
| H A D | mbuf_lib.rst | 85 The offset to data is initialized to have some bytes of headroom in the buffer (RTE_PKTMBUF_HEADROO… 89 Fields initialized by the constructor do not need to be re-initialized at mbuf allocation.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | timer.rst | 37 In addition to EAL initialization, the timer subsystem must be initialized, by calling the rte_time… 70 In the main() function, the two timers are initialized.
|
| H A D | multi_process.rst | 194 once the hugepage shared memory and the network ports are initialized, 208 …e, a memory pool is created for the packet mbufs and the network ports to be used are initialized - 210 The structures for the initialized network ports are stored in shared memory and 215 :start-after: Primary instance initialized. 8< 301 Once all applications are initialized, the server operates by reading packets from each network por…
|
| H A D | hello_world.rst | 52 Once the EAL is initialized, the application is ready to launch a function on an lcore.
|
| H A D | pipeline.rst | 103 for application objects are initialized. In case of any initialization error, an error message is d…
|
| H A D | ipv4_multicast.rst | 98 Memory pools for indirect buffers are initialized differently from the memory pool for direct buffe… 107 therefore can be initialized with lower amount of reserved memory for each buffer.
|
| H A D | keep_alive.rst | 98 The keepalive functionality is initialized with a struct
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 41 which can be attached and initialized by DPDK. The device emulation layer by 50 (aka, hugepages initialized in DPDK) are sent to backend. It restricts that only
|
| H A D | packet_capture_framework.rst | 53 application which has the packet capture framework initialized already. In
|
| /dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev.h | 135 bool initialized; member
|
| H A D | octeontx_ethdev.c | 472 nic->pki.initialized = false; in octeontx_dev_configure() 1111 if (!nic->pki.initialized) { in octeontx_dev_rx_queue_setup() 1192 nic->pki.initialized = true; in octeontx_dev_rx_queue_setup()
|
| /dpdk/drivers/baseband/la12xx/ |
| H A D | bbdev_la12xx_ipc.h | 143 uint32_t initialized; /**< Set in ipc_init */ member
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 57 * worker: If a cryptodev has been initialized with specific name, it can be 67 may be initialized with specific parameters other than the default ones,
|
| /dpdk/doc/guides/tools/ |
| H A D | dumpcap.rst | 27 application which has the packet capture framework initialized already.
|
| /dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 77 initialized. 182 PMD is initialized. Upon probing this device, the fail-safe PMD will detect its
|
| H A D | kni.rst | 88 "KNI: KNI subsystem has not been initialized. Invoke rte_kni_init() first"
|
| H A D | octeontx.rst | 82 EAL: VFIO support initialized
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxr.c | 476 static bool initialized; in bnxt_init_ptype_table() local 481 if (initialized) in bnxt_init_ptype_table() 527 initialized = true; in bnxt_init_ptype_table()
|