Home
last modified time | relevance | path

Searched refs:rte_service_component_register (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_service_cores.c144 rte_service_component_register(&service, NULL), in dummy_register()
149 rte_service_component_register(&service, NULL), in dummy_register()
154 TEST_ASSERT_EQUAL(0, rte_service_component_register(&service, &id), in dummy_register()
180 rte_service_component_register(&service, NULL), in service_get_by_name()
184 rte_service_component_register(&service, NULL), in service_get_by_name()
187 TEST_ASSERT_EQUAL(0, rte_service_component_register(&service, NULL), in service_get_by_name()
218 TEST_ASSERT_EQUAL(0, rte_service_component_register(&service, NULL), in service_probe_capability()
232 TEST_ASSERT_EQUAL(0, rte_service_component_register(&service, NULL), in service_probe_capability()
266 TEST_ASSERT_EQUAL(0, rte_service_component_register(&service, &id), in service_attr_get()
355 TEST_ASSERT_EQUAL(0, rte_service_component_register(&service, &id), in service_lcore_attr_get()
[all …]
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service_component.h76 int32_t rte_service_component_register(const struct rte_service_spec *spec,
/f-stack/dpdk/examples/service_cores/
H A Dmain.c179 ret = rte_service_component_register(&services[i], &id); in main()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def121 rte_service_component_register
H A Dversion.map157 rte_service_component_register;
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst61 int ret = rte_service_component_register(services, &id);
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c165 int32_t ret = rte_service_component_register(&service, in fs_rx_event_proxy_service_install()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c246 rte_service_component_register(const struct rte_service_spec *spec, in rte_service_component_register() function
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c847 int32_t ret = rte_service_component_register(&service, in init_adapters()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c871 ret = rte_service_component_register(&service, &sw->service_id); in swtim_init()
H A Drte_event_eth_tx_adapter.c417 ret = rte_service_component_register(&service, in txa_service_register()
H A Drte_event_crypto_adapter.c679 ret = rte_service_component_register(&service, &adapter->service_id); in eca_init_service()
H A Drte_event_eth_rx_adapter.c1588 ret = rte_service_component_register(&service, &rx_adapter->service_id); in rxa_init_service()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c1118 int32_t ret = rte_service_component_register(&service, &sw->service_id); in sw_probe()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c149 status = rte_service_component_register(&service_params, &t->service_id); in thread_sc_service_up()
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c3467 if (rte_service_component_register(&service, in nfp_pf_create_dev()