Home
last modified time | relevance | path

Searched refs:services (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/dpdk/examples/service_cores/
H A Dmain.c39 static struct rte_service_spec services[] = { variable
46 #define NUM_SERVICES RTE_DIM(services)
177 services[i].callback_userdata = 0; in main()
179 ret = rte_service_component_register(&services[i], &id); in main()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dservice_cores.rst12 The service cores concept is built up out of services (components of DPDK that
14 running services). The power of the service core concept is that the mapping
15 between service cores and services can be configured to abstract away the
45 lcore loops over the services that are enabled for that core, and invokes the
54 profile the services running on the system at any time.
H A Doverview.rst56 The services provided by the EAL are:
113 It provides some other optional services,
/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt5 used for audio/voice services on the QDSP.
29 - All APR services MUST contain the following property:
100 dependencies specified. Here some of the apr services are dependent on services
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst12 This sample application registers 5 dummy services. These 5 services are used
13 to show how the service_cores API can be used to orchestrate these services to
52 order to register services: ``rte_service_component.h``, in addition
61 int ret = rte_service_component_register(services, &id);
/f-stack/freebsd/contrib/device-tree/Bindings/soc/bcm/
H A Dbrcm,bcm2835-vchiq.txt1 Broadcom VCHIQ firmware services
/f-stack/dpdk/drivers/crypto/qat/
H A DREADME6 whole QAT pci device and that library includes all the services (crypto, compression)
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.txt11 services.
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt40 The BPMP implements some services which must be represented by separate nodes.
53 services. Put another way, the numbering scheme for I2C buses is distinct from
H A Dintel,stratix10-svc.txt17 the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer
/f-stack/freebsd/mips/broadcom/
H A Dbcm_nvram_cfe.c126 error = bhnd_service_registry_add(&bp->services, dev, in bhnd_nvram_cfe_attach()
158 error = bhnd_service_registry_remove(&bp->services, dev, in bhnd_nvram_cfe_detach()
H A Dbcm_machdep.h81 struct bhnd_service_registry services; /**< platform service providers */ member
H A Dbhnd_nexus.c73 return (&bp->services); in bhnd_nexus_get_service_registry()
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dwm831x.txt27 may provide interrupt services to other devices.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dmicrochip,sparx5.yaml18 enabling delivery of differentiated services, and security through
H A Dxen.txt59 of UEFI runtime services implemented via hypercalls, see
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c205 service = state->services[localport]; in find_service_by_port()
278 VCHIQ_SERVICE_T *srv = state->services[idx++]; in next_service_by_instance()
314 state->services[service->localport] = NULL; in unlock_service()
502 VCHIQ_SERVICE_T *service = state->services[i]; in get_listening_service()
522 VCHIQ_SERVICE_T *service = state->services[i]; in get_connected_service()
1488 VCHIQ_SERVICE_T *service = state->services[i]; in resume_bulks()
2622 VCHIQ_SERVICE_T *srv = state->services[i]; in vchiq_add_service_internal()
2624 pservice = &state->services[i]; in vchiq_add_service_internal()
2630 VCHIQ_SERVICE_T *srv = state->services[i]; in vchiq_add_service_internal()
2632 pservice = &state->services[i]; in vchiq_add_service_internal()
[all …]
H A Dvchiq_core.h506 VCHIQ_SERVICE_T * services[VCHIQ_MAX_SERVICES]; member
597 return state->services[handle & (VCHIQ_MAX_SERVICES - 1)]; in handle_to_service()
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Db4420qds.dts28 * (including, but not limited to, procurement of substitute goods or services;
H A Db4420si-pre.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
H A Db4420si-post.dtsi28 * (including, but not limited to, procurement of substitute goods or services;
/f-stack/freebsd/contrib/edk2/
H A DMdePkg.dec90 ## @libraryclass Provides services to log status code records.
93 ## @libraryclass Provides services to print a formatted string to a buffer.
119 ## @libraryclass Provides services to load and relocate a PE/COFF image.
128 ## @libraryclass Provides services to return the PCI segment information.
139 ## @libraryclass Provides services to access PCI Configuration Space.
154 ## @libraryclass Provide services to access I/O Ports and MMIO registers.
235 ## @libraryclass provides EFI_FILE_HANDLE services
263 ## @libraryclass Provides services for Smm Memory Operation.
267 ## @libraryclass Provides services for Smm IO Operation.
275 ## @libraryclass Provides services to generate random number.
[all …]
/f-stack/doc/
H A DF-Stack_Development_Guide.md41 …rselves. However, with the growth of various services, this stack couldn't meet the needs of these…
/f-stack/freebsd/contrib/device-tree/Bindings/arm/keystone/
H A Dti,sci.txt11 initialized early into boot process and provides services to Operating Systems
/f-stack/dpdk/doc/guides/cryptodevs/
H A Docteontx2.rst78 The OCTEON TX2 crypto PMD uses services from the kernel mode OCTEON TX2

123