Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c102 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_peek() local
134 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_remove() local
165 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_queue() local
208 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_bulk_queue_receive() local
267 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_bulk_queue_transmit() local
327 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_dequeue() local
377 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_queuev() local
431 SHIM_SERVICE_T *service = (SHIM_SERVICE_T *)handle; in vchi_msg_hold() local
543 SHIM_SERVICE_T *service = in shim_callback() local
621 static void service_free(SHIM_SERVICE_T *service) in service_free()
[all …]
H A Dvchiq_core.c180 VCHIQ_SERVICE_T *service; in find_service_by_handle() local
202 VCHIQ_SERVICE_T *service = NULL; in find_service_by_port() local
224 VCHIQ_SERVICE_T *service; in find_service_for_instance() local
247 VCHIQ_SERVICE_T *service; in find_closed_service_for_instance() local
273 VCHIQ_SERVICE_T *service = NULL; in next_service_by_instance() local
1284 VCHIQ_SERVICE_T *service = in poll_services() local
1509 VCHIQ_SERVICE_T *service = NULL; in parse_open() local
2163 VCHIQ_SERVICE_T *service; in sync_func() local
2562 VCHIQ_SERVICE_T *service; in vchiq_add_service_internal() local
3066 VCHIQ_SERVICE_T *service; in vchiq_connect_internal() local
[all …]
H A Dvchiq_arm.c101 VCHIQ_SERVICE_T *service; member
281 VCHIQ_SERVICE_T *service; in service_callback() local
430 VCHIQ_SERVICE_T *service = NULL; in vchiq_ioctl() local
1233 VCHIQ_SERVICE_T *service; in vchiq_close() local
1420 VCHIQ_SERVICE_T *service = state->services[i]; in vchiq_dump_platform_instances() local
1431 VCHIQ_SERVICE_T *service = state->services[i]; in vchiq_dump_platform_instances() local
2583 vchiq_use_service_internal(VCHIQ_SERVICE_T *service) in vchiq_use_service_internal()
2589 vchiq_release_service_internal(VCHIQ_SERVICE_T *service) in vchiq_release_service_internal()
2611 VCHIQ_SERVICE_T *service = find_service_by_handle(handle); in vchiq_use_service_no_resume() local
2728 vchiq_check_service(VCHIQ_SERVICE_T *service) in vchiq_check_service()
[all …]
H A Dvchiq_kern_lib.c230 VCHIQ_SERVICE_T *service = NULL; in vchiq_add_service() local
275 VCHIQ_SERVICE_T *service = NULL; in vchiq_open_service() local
384 VCHIQ_SERVICE_T *service; in vchiq_blocking_bulk_transfer() local
H A Dvchiq_if.h47 #define VCHIQ_GET_SERVICE_USERDATA(service) vchiq_get_service_userdata(service) argument
48 #define VCHIQ_GET_SERVICE_FOURCC(service) vchiq_get_service_fourcc(service) argument
H A Dvchiq_core.h158 #define VCHIQ_SERVICE_STATS_INC(service, stat) (service->stats. stat++) argument
159 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) \ argument
163 #define VCHIQ_SERVICE_STATS_INC(service, stat) ((void)0) argument
164 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) ((void)0) argument
/f-stack/dpdk/app/test/
H A Dtest_service_cores.c140 struct rte_service_spec service; in dummy_register() local
177 struct rte_service_spec service; in service_get_by_name() local
213 struct rte_service_spec service; in service_probe_capability() local
260 struct rte_service_spec service; in service_attr_get() local
349 struct rte_service_spec service; in service_lcore_attr_get() local
633 struct rte_service_spec service; in service_threaded_test() local
775 struct rte_service_spec service; in service_app_lcore_poll_impl() local
/f-stack/dpdk/drivers/common/qat/
H A Dqat_common.c74 enum qat_service_type service) in qat_stats_get()
104 enum qat_service_type service) in qat_stats_reset()
H A Dqat_qp.c149 enum qat_service_type service) in qat_qps_per_service()
/f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h108 void *service; member
144 int32_t service; // service id this message is destined for member
/f-stack/freebsd/contrib/vchiq/interface/vchi/
H A Dvchi_common.h168 struct opaque_vchi_service_t *service; member
H A Dvchi.h119 struct opaque_vchi_service_t *service; member
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_intr.c122 struct rte_service_spec service; in fs_rx_event_proxy_service_install() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_userid_filter_module.c25 ngx_int_t service; member
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c840 struct rte_service_spec service; in init_adapters() local
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpic.c78 uint8_t service; /* Interrupt Service (ISR) */ member
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_service.c156 #define SERVICE_VALID_GET_OR_ERR_RET(id, service, retval) do { \ argument
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev.c1109 struct rte_service_spec service; in sw_probe() local
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_resolver.h205 ngx_str_t service; member
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c796 struct rte_service_spec service; in swtim_init() local
H A Drte_event_crypto_adapter.c665 struct rte_service_spec service; in eca_init_service() local
H A Drte_event_eth_tx_adapter.c405 struct rte_service_spec service; in txa_service_register() local
/f-stack/freebsd/netgraph/
H A Dng_pppoe.c246 struct datatag service; member
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_crypto.h13 #define VIRTIO_CRYPTO_OPCODE(service, op) (((service) << 8) | (op)) argument
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c3380 struct rte_service_spec service; in nfp_pf_create_dev() local

12