| /f-stack/dpdk/examples/service_cores/ |
| H A D | main.c | 39 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 D | service_cores.rst | 12 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 D | overview.rst | 56 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 D | qcom,apr.txt | 5 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 D | service_cores.rst | 12 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 D | brcm,bcm2835-vchiq.txt | 1 Broadcom VCHIQ firmware services
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | README | 6 whole QAT pci device and that library includes all the services (crypto, compression)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/xilinx/ |
| H A D | xlnx,zynqmp-firmware.txt | 11 services.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 40 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 D | intel,stratix10-svc.txt | 17 the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_nvram_cfe.c | 126 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 D | bcm_machdep.h | 81 struct bhnd_service_registry services; /**< platform service providers */ member
|
| H A D | bhnd_nexus.c | 73 return (&bp->services); in bhnd_nexus_get_service_registry()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | wm831x.txt | 27 may provide interrupt services to other devices.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | microchip,sparx5.yaml | 18 enabling delivery of differentiated services, and security through
|
| H A D | xen.txt | 59 of UEFI runtime services implemented via hypercalls, see
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.c | 205 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 D | vchiq_core.h | 506 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 D | b4420qds.dts | 28 * (including, but not limited to, procurement of substitute goods or services;
|
| H A D | b4420si-pre.dtsi | 28 * (including, but not limited to, procurement of substitute goods or services;
|
| H A D | b4420si-post.dtsi | 28 * (including, but not limited to, procurement of substitute goods or services;
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | MdePkg.dec | 90 ## @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 D | F-Stack_Development_Guide.md | 41 …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 D | ti,sci.txt | 11 initialized early into boot process and provides services to Operating Systems
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | octeontx2.rst | 78 The OCTEON TX2 crypto PMD uses services from the kernel mode OCTEON TX2
|