| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry_data.h | 21 struct container { struct 34 struct container container; member
|
| H A D | telemetry_data.c | 90 d->data.array[d->data_len].container.data = val; in rte_tel_data_add_array_container() 91 d->data.array[d->data_len++].container.keep = !!keep; in rte_tel_data_add_array_container() 165 e->value.container.data = val; in rte_tel_data_add_dict_container() 166 e->value.container.keep = !!keep; in rte_tel_data_add_dict_container()
|
| H A D | telemetry.c | 214 const struct container *cont = in output_json() 215 &v->value.container; in output_json() 256 const struct container *rec_data = in output_json() 257 &d->data.array[i].container; in output_json()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 10 boot-up time, and easy to deploy, etc. How to use DPDK to accelerate container 19 Use models of running DPDK inside container 27 for high performance user space container networking or inter-process 30 The overview of accelerating container networking by virtio-user is shown 37 Overview of accelerating container networking by virtio-user 48 to vhost backend. But it's not feasible for a container, as a process, to share 56 Here we use Docker as container engine. It also applies to LXC, Rocket with 84 #. Start a container instance with a virtio-user port. 92 --file-prefix=container \
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 79 char *container; in fslmc_get_container_group() local 82 container = getenv("DPRC"); in fslmc_get_container_group() 83 if (container == NULL) { in fslmc_get_container_group() 88 if (strlen(container) >= FSLMC_CONTAINER_MAX_LEN) { in fslmc_get_container_group() 93 fslmc_container = strdup(container); in fslmc_get_container_group() 133 vfio_group.container = &vfio_container; in vfio_connect_container() 169 vfio_group.container = &vfio_container; in vfio_connect_container() 291 if (!group->container) { in fslmc_map_dma() 329 if (!group->container) { in fslmc_unmap_dma() 384 if (!group->container) { in rte_fslmc_vfio_mem_dmamap() [all …]
|
| H A D | fslmc_vfio.h | 32 struct fslmc_vfio_container *container; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | sky81452.txt | 8 - backlight : container node for backlight following the binding 10 - regulator : container node for regulators following the binding
|
| H A D | brcm,bcm59056.txt | 16 - regulators: container node for regulators following the generic
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 242 container->pools[container->index_free++] = pool; in ice_fdir_counter_pool_add() 260 TAILQ_INIT(&container->pool_list); in ice_fdir_counter_init() 282 for (i = 0; i < container->index_free; i++) { in ice_fdir_counter_release() 283 rte_free(container->pools[i]); in ice_fdir_counter_release() 284 container->pools[i] = NULL; in ice_fdir_counter_release() 287 TAILQ_INIT(&container->pool_list); in ice_fdir_counter_release() 288 container->index_free = 0; in ice_fdir_counter_release() 295 *container, in ice_fdir_counter_shared_search() 302 TAILQ_FOREACH(pool, &container->pool_list, next) { in ice_fdir_counter_shared_search() 338 TAILQ_FOREACH(pool, &container->pool_list, next) { in ice_fdir_counter_alloc() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_module.c | 152 module_register(const moduledata_t *data, linker_file_t container) in module_register() argument 162 __func__, data->name, container->filename, newmod->file->filename); in module_register() 176 if (container) in module_register() 177 TAILQ_INSERT_TAIL(&container->modules, newmod, flink); in module_register() 178 newmod->file = container; in module_register()
|
| H A D | kern_linker.c | 140 linker_file_t container; member 515 *result = mod->container; in linker_reference_module() 542 lf = mod->container; in linker_release_module() 712 if (ml->container == file) { in linker_file_unload() 1456 modlist_newmodule(const char *modname, int version, linker_file_t container) in modlist_newmodule() argument 1463 mod->container = container; in modlist_newmodule() 1669 if (lf == mod->container) in linker_preload() 1671 mod->container->refs++; in linker_preload() 1673 mod->container); in linker_preload() 2188 mod->container->filename); in linker_load_dependencies() [all …]
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 163 .appendTo(posOptions.container) 699 container = posOptions.container, 711 doc = container[0].ownerDocument, 870 if(!container[0]) { return pos; } 874 parent = container[0], 1587 if(!posOptions.container.length) { posOptions.container = docBody; } 1595 posOptions.container = posOptions.container.eq(0); 1872 container: FALSE, property 2553 container = posOptions.container, 2574 container = { variable [all …]
|
| /f-stack/tools/netstat/ |
| H A D | sctp.c | 110 sctp_print_address(const char *container, union sctp_sockstore *address, in sctp_print_address() argument 118 if (container) in sctp_print_address() 119 xo_open_container(container); in sctp_print_address() 157 if (container) in sctp_print_address() 158 xo_close_container(container); in sctp_print_address()
|
| H A D | inet6.c | 1287 inet6print(const char *container, struct in6_addr *in6, int port, argument 1295 if (container) 1296 xo_open_container(container); 1320 if (container) 1321 xo_close_container(container);
|
| H A D | inet.c | 1421 inetprint(const char *container, struct in_addr *in, int port, in inetprint() argument 1429 if (container) in inetprint() 1430 xo_open_container(container); in inetprint() 1459 if (container) in inetprint() 1460 xo_close_container(container); in inetprint()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mscc-ocelot.txt | 24 - ethernet-ports: A container for child nodes representing switch ports. 26 The ethernet-ports container has the following properties
|
| H A D | lpc-eth.txt | 14 - mdio : specifies the mdio bus, used as a container for phy nodes according to
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | dpaa2.rst | 102 A DPRC is a container object that holds all the other 105 in the container. 144 All objects in a container share the same hardware "isolation context". 146 is at the DPRC (container) level, not at the individual object 283 same container/DPRC share the same 'device-id'. 294 As described previously, a DPRC is a container that holds the other 349 - Reading the container and setting up vfio group 515 Where x is the device object id as configured in resource container.
|
| /f-stack/dpdk/doc/guides/vdpadevs/ |
| H A D | ifc.rst | 26 the driver probe a new container is created for this device, with this 27 container vDPA driver can program DMA remapping table with the VM's memory
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | bman-portals.txt | 38 The example below shows a (P4080) BMan portals container/bus node with two portals
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | ti,da850-pupd.txt | 12 The controller node also acts as a container for pin group configuration nodes.
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | dpaa2_sec.rst | 34 DPSECI objects are detected by PMD using a resource container called DPRC (like 146 Where x is the device object id as configured in resource container.
|
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | Kconfig | 6 the .xz file format as the container. For integrity checking,
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | quicklist.h | 51 unsigned int container : 2; /* NONE==1 or ZIPLIST==2 */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | brcm,bcm947xx-cfe-partitions.txt | 21 4) TRX firmware container which can hold up to 4 subpartitions
|