Searched refs:rte_service_component_runstate_set (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_service_component.h | 117 int32_t rte_service_component_runstate_set(uint32_t id, uint32_t runstate);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_service_cores.c | 157 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 D | failsafe_intr.c | 101 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 D | main.c | 187 rte_service_component_runstate_set(id, 1); in main()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 122 rte_service_component_runstate_set
|
| H A D | version.map | 158 rte_service_component_runstate_set;
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | service_cores.rst | 69 rte_service_component_runstate_set(id, 1);
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_timer_adapter.c | 965 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 D | rte_event_eth_tx_adapter.c | 393 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 D | rte_event_crypto_adapter.c | 879 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 D | rte_event_eth_rx_adapter.c | 2132 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 D | rte_eth_softnic_thread.c | 153 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 D | rte_service.c | 298 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 D | pipeline_worker_tx.c | 854 rte_service_component_runstate_set(fdata->rxadptr_service_id, in init_adapters()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 774 rte_service_component_runstate_set(sw->service_id, 1); in sw_start()
|