Home
last modified time | relevance | path

Searched refs:rte_service_spec (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_service_cores.c140 struct rte_service_spec service; in dummy_register()
141 memset(&service, 0, sizeof(struct rte_service_spec)); in dummy_register()
177 struct rte_service_spec service; in service_get_by_name()
178 memset(&service, 0, sizeof(struct rte_service_spec)); in service_get_by_name()
213 struct rte_service_spec service; in service_probe_capability()
214 memset(&service, 0, sizeof(struct rte_service_spec)); in service_probe_capability()
229 memset(&service, 0, sizeof(struct rte_service_spec)); in service_probe_capability()
260 struct rte_service_spec service; in service_attr_get()
349 struct rte_service_spec service; in service_lcore_attr_get()
633 struct rte_service_spec service; in service_threaded_test()
[all …]
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service_component.h31 struct rte_service_spec { struct
76 int32_t rte_service_component_register(const struct rte_service_spec *spec,
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c122 struct rte_service_spec service; in fs_rx_event_proxy_service_install()
133 memset(&service, 0, sizeof(struct rte_service_spec)); in fs_rx_event_proxy_service_install()
/f-stack/dpdk/examples/service_cores/
H A Dmain.c39 static struct rte_service_spec services[] = {
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c40 struct rte_service_spec spec;
246 rte_service_component_register(const struct rte_service_spec *spec, in rte_service_component_register()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst58 struct rte_service_spec service = {
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c840 struct rte_service_spec service; in init_adapters()
842 memset(&service, 0, sizeof(struct rte_service_spec)); in init_adapters()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c1109 struct rte_service_spec service; in sw_probe()
1110 memset(&service, 0, sizeof(struct rte_service_spec)); in sw_probe()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c796 struct rte_service_spec service; in swtim_init()
H A Drte_event_eth_tx_adapter.c405 struct rte_service_spec service; in txa_service_register()
H A Drte_event_crypto_adapter.c665 struct rte_service_spec service; in eca_init_service()
H A Drte_event_eth_rx_adapter.c1574 struct rte_service_spec service; in rxa_init_service()
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c3380 struct rte_service_spec service; in nfp_pf_create_dev()
3460 memset(&service, 0, sizeof(struct rte_service_spec)); in nfp_pf_create_dev()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst354 * Services identified by ID not by ``rte_service_spec`` pointer
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c128 struct rte_service_spec service_params; in thread_sc_service_up()