Home
last modified time | relevance | path

Searched refs:rte_service_component_unregister (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_service_component.h88 int32_t rte_service_component_unregister(uint32_t id);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def123 rte_service_component_unregister
H A Dversion.map159 rte_service_component_unregister;
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c107 TEST_ASSERT_EQUAL(-EINVAL, rte_service_component_unregister(1000), in unregister_all()
112 TEST_ASSERT_EQUAL(0, rte_service_component_unregister(i), in unregister_all()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c104 rte_service_component_unregister(priv->rxp.sid); in fs_rx_event_proxy_service_uninstall()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c155 rte_service_component_unregister(t->service_id); in thread_sc_service_up()
163 rte_service_component_unregister(t->service_id); in thread_sc_service_up()
173 rte_service_component_unregister(t->service_id); in thread_sc_service_up()
192 rte_service_component_unregister(t->service_id); in thread_sc_service_down()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c278 rte_service_component_unregister(uint32_t id) in rte_service_component_unregister() function
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c919 ret = rte_service_component_unregister(sw->service_id); in swtim_uninit()
H A Drte_event_eth_tx_adapter.c396 rte_service_component_unregister(txa->service_id); in txa_service_unregister()
H A Drte_event_eth_rx_adapter.c1609 rte_service_component_unregister(rx_adapter->service_id); in rxa_init_service()