Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 63) sorted by relevance

123

/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c395 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 Dopdl_evdev.h135 uint8_t initialized; member
190 uint8_t initialized; member
H A Dopdl_evdev.c219 p->initialized = 0; in opdl_port_release()
413 if (port->initialized) { in opdl_dump()
/dpdk/drivers/event/sw/
H A Dsw_evdev.c148 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 Dsw_evdev.h106 uint8_t initialized; member
153 uint8_t initialized; member
/dpdk/examples/vhost_crypto/
H A Dmain.c54 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 Dthread_safety_dpdk_functions.rst59 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 Dmbuf_lib.rst85 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 Dtimer.rst37 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 Dmulti_process.rst194 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 Dhello_world.rst52 Once the EAL is initialized, the application is ready to launch a function on an lcore.
H A Dpipeline.rst103 for application objects are initialized. In case of any initialization error, an error message is d…
H A Dipv4_multicast.rst98 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 Dkeep_alive.rst98 The keepalive functionality is initialized with a struct
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst41 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 Dpacket_capture_framework.rst53 application which has the packet capture framework initialized already. In
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.h135 bool initialized; member
H A Docteontx_ethdev.c472 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 Dbbdev_la12xx_ipc.h143 uint32_t initialized; /**< Set in ipc_init */ member
/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst57 * 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 Ddumpcap.rst27 application which has the packet capture framework initialized already.
/dpdk/doc/guides/nics/
H A Dfail_safe.rst77 initialized.
182 PMD is initialized. Upon probing this device, the fail-safe PMD will detect its
H A Dkni.rst88 "KNI: KNI subsystem has not been initialized. Invoke rte_kni_init() first"
H A Docteontx.rst82 EAL: VFIO support initialized
/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.c476 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()

123