Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service_component.h117 int32_t rte_service_component_runstate_set(uint32_t id, uint32_t runstate);
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c157 rte_service_component_runstate_set(id, 1); in dummy_register()
268 rte_service_component_runstate_set(id, 1); in service_attr_get()
357 rte_service_component_runstate_set(id, 1); in service_lcore_attr_get()
667 rte_service_component_runstate_set(id, 1); in service_threaded_test()
791 rte_service_component_runstate_set(id, 1); in service_app_lcore_poll_impl()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c101 rte_service_component_runstate_set(priv->rxp.sid, 0); in fs_rx_event_proxy_service_uninstall()
173 ret = rte_service_component_runstate_set(priv->rxp.sid, 1); in fs_rx_event_proxy_service_install()
/f-stack/dpdk/examples/service_cores/
H A Dmain.c187 rte_service_component_runstate_set(id, 1); in main()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def122 rte_service_component_runstate_set
H A Dversion.map158 rte_service_component_runstate_set;
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst69 rte_service_component_runstate_set(id, 1);
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c965 return rte_service_component_runstate_set(sw->service_id, 1); in swtim_start()
974 ret = rte_service_component_runstate_set(sw->service_id, 0); in swtim_stop()
H A Drte_event_eth_tx_adapter.c393 rte_service_component_runstate_set(txa->service_id, 0); in txa_service_unregister()
431 rte_service_component_runstate_set(txa->service_id, 1); in txa_service_register()
H A Drte_event_crypto_adapter.c879 rte_service_component_runstate_set(adapter->service_id, 1); in rte_event_crypto_adapter_queue_pair_add()
965 rte_service_component_runstate_set(adapter->service_id, in rte_event_crypto_adapter_queue_pair_del()
H A Drte_event_eth_rx_adapter.c2132 rte_service_component_runstate_set(service_id, in rte_event_eth_rx_adapter_queue_add()
2257 rte_service_component_runstate_set(rx_adapter->service_id, in rte_event_eth_rx_adapter_queue_del()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c153 status = rte_service_component_runstate_set(t->service_id, 1); in thread_sc_service_up()
162 rte_service_component_runstate_set(t->service_id, 0); in thread_sc_service_up()
172 rte_service_component_runstate_set(t->service_id, 0); in thread_sc_service_up()
191 rte_service_component_runstate_set(t->service_id, 0); in thread_sc_service_down()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c298 rte_service_component_runstate_set(uint32_t id, uint32_t runstate) in rte_service_component_runstate_set() function
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c854 rte_service_component_runstate_set(fdata->rxadptr_service_id, in init_adapters()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c774 rte_service_component_runstate_set(sw->service_id, 1); in sw_start()