Home
last modified time | relevance | path

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

/dpdk/lib/eal/include/
H A Drte_service_component.h88 int32_t rte_service_component_unregister(uint32_t id);
/dpdk/app/test/
H A Dtest_service_cores.c111 TEST_ASSERT_EQUAL(-EINVAL, rte_service_component_unregister(1000), in unregister_all()
116 TEST_ASSERT_EQUAL(0, rte_service_component_unregister(i), in unregister_all()
/dpdk/lib/eal/
H A Dversion.map227 rte_service_component_unregister;
/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c503 rte_service_component_unregister(registry->polling.service.id); in sfc_mae_counter_service_unregister()
618 rte_service_component_unregister(sid); in sfc_mae_counter_service_register()
H A Dsfc_repr_proxy.c977 rte_service_component_unregister(sid); in sfc_repr_proxy_attach()
1013 rte_service_component_unregister(rp->service_id); in sfc_repr_proxy_detach()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c104 rte_service_component_unregister(priv->rxp.sid); in fs_rx_event_proxy_service_uninstall()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c151 rte_service_component_unregister(t->service_id); in thread_sc_service_up()
159 rte_service_component_unregister(t->service_id); in thread_sc_service_up()
169 rte_service_component_unregister(t->service_id); in thread_sc_service_up()
188 rte_service_component_unregister(t->service_id); in thread_sc_service_down()
/dpdk/lib/eal/common/
H A Drte_service.c272 rte_service_component_unregister(uint32_t id) in rte_service_component_unregister() function
/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c395 rte_service_component_unregister(txa->service_id); in txa_service_unregister()
H A Drte_event_timer_adapter.c950 ret = rte_service_component_unregister(sw->service_id); in swtim_uninit()
H A Drte_event_eth_rx_adapter.c1889 rte_service_component_unregister(rx_adapter->service_id); in rxa_init_service()