Home
last modified time | relevance | path

Searched defs:service (Results 1 – 18 of 18) sorted by relevance

/dpdk/app/test/
H A Dtest_service_cores.c144 struct rte_service_spec service; in dummy_register() local
181 struct rte_service_spec service; in service_get_by_name() local
217 struct rte_service_spec service; in service_probe_capability() local
264 struct rte_service_spec service; in service_attr_get() local
359 struct rte_service_spec service; in service_lcore_attr_get() local
643 struct rte_service_spec service; in service_threaded_test() local
785 struct rte_service_spec service; in service_app_lcore_poll_impl() local
/dpdk/drivers/common/qat/
H A Dqat_common.c89 enum qat_service_type service) in qat_stats_get()
119 enum qat_service_type service) in qat_stats_reset()
H A Dqat_qp.c407 enum qat_service_type service) in qat_qps_per_service()
419 enum qat_service_type service, uint16_t qp_id) in qat_qp_get_hw_data()
/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c35 struct rte_service_spec service; in nfp_register_cpp_service() local
/dpdk/drivers/common/qat/dev/
H A Dqat_dev_gen1.c88 enum qat_service_type service) in qat_qp_rings_per_service_gen1()
H A Dqat_dev_gen4.c79 enum qat_service_type service) in qat_qp_rings_per_service_gen4()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c122 struct rte_service_spec service; in fs_rx_event_proxy_service_install() local
/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c528 struct rte_service_spec service; in sfc_mae_counter_service_register() local
H A Dsfc_mae.h173 } service; member
H A Dsfc_repr_proxy.c909 struct rte_service_spec service; in sfc_repr_proxy_attach() local
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c863 struct rte_service_spec service; in init_adapters() local
/dpdk/drivers/event/sw/
H A Dsw_evdev.c1106 struct rte_service_spec service; in sw_probe() local
/dpdk/lib/eal/common/
H A Drte_service.c150 #define SERVICE_VALID_GET_OR_ERR_RET(id, service, retval) do { \ argument
/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.c827 struct rte_service_spec service; in swtim_init() local
H A Drte_event_eth_tx_adapter.c404 struct rte_service_spec service; in txa_service_register() local
H A Drte_event_crypto_adapter.c847 struct rte_service_spec service; in eca_init_service() local
H A Drte_event_eth_rx_adapter.c1854 struct rte_service_spec service; in rxa_init_service() local
/dpdk/lib/vhost/
H A Dvirtio_crypto.h13 #define VIRTIO_CRYPTO_OPCODE(service, op) (((service) << 8) | (op)) argument