Searched refs:rte_service_component_runstate_set (Results 1 – 15 of 15) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_service_component.h | 117 int32_t rte_service_component_runstate_set(uint32_t id, uint32_t runstate);
|
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 161 rte_service_component_runstate_set(id, 1); in dummy_register() 272 rte_service_component_runstate_set(id, 1); in service_attr_get() 367 rte_service_component_runstate_set(id, 1); in service_lcore_attr_get() 677 rte_service_component_runstate_set(id, 1); in service_threaded_test() 801 rte_service_component_runstate_set(id, 1); in service_app_lcore_poll_impl()
|
| /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()
|
| /dpdk/examples/service_cores/ |
| H A D | main.c | 188 rte_service_component_runstate_set(id, 1); in main()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 485 rte_service_component_runstate_set(registry->polling.service.id, 0); in sfc_mae_counter_service_unregister() 589 rc = rte_service_component_runstate_set(sid, 1); in sfc_mae_counter_service_register() 612 rte_service_component_runstate_set(sid, 0); in sfc_mae_counter_service_register()
|
| H A D | sfc_repr_proxy.c | 1142 rc = rte_service_component_runstate_set(rp->service_id, 1); in sfc_repr_proxy_start() 1194 rte_service_component_runstate_set(rp->service_id, 0); in sfc_repr_proxy_start() 1253 rc = rte_service_component_runstate_set(rp->service_id, 0); in sfc_repr_proxy_stop()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 226 rte_service_component_runstate_set;
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_tx_adapter.c | 392 rte_service_component_runstate_set(txa->service_id, 0); in txa_service_unregister() 430 rte_service_component_runstate_set(txa->service_id, 1); in txa_service_register()
|
| H A D | rte_event_timer_adapter.c | 996 return rte_service_component_runstate_set(sw->service_id, 1); in swtim_start() 1005 ret = rte_service_component_runstate_set(sw->service_id, 0); in swtim_stop()
|
| H A D | rte_event_crypto_adapter.c | 1061 rte_service_component_runstate_set(adapter->service_id, 1); in rte_event_crypto_adapter_queue_pair_add() 1147 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 | 2688 rte_service_component_runstate_set(service_id, in rte_event_eth_rx_adapter_queue_add() 2829 rte_service_component_runstate_set(rx_adapter->service_id, in rte_event_eth_rx_adapter_queue_del()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 149 status = rte_service_component_runstate_set(t->service_id, 1); in thread_sc_service_up() 158 rte_service_component_runstate_set(t->service_id, 0); in thread_sc_service_up() 168 rte_service_component_runstate_set(t->service_id, 0); in thread_sc_service_up() 187 rte_service_component_runstate_set(t->service_id, 0); in thread_sc_service_down()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_service.c | 292 rte_service_component_runstate_set(uint32_t id, uint32_t runstate) in rte_service_component_runstate_set() function
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_tx.c | 877 rte_service_component_runstate_set(fdata->rxadptr_service_id, in init_adapters()
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 771 rte_service_component_runstate_set(sw->service_id, 1); in sw_start()
|