| /f-stack/dpdk/lib/librte_metrics/ |
| H A D | rte_metrics.c | 54 struct rte_metrics_meta_s metadata[RTE_METRICS_MAX_METRICS]; member 141 stats->metadata[stats->idx_last_set].idx_next_set = stats->cnt_stats; in rte_metrics_reg_names() 146 entry = &stats->metadata[idx_name + stats->cnt_stats]; in rte_metrics_reg_names() 200 entry = &stats->metadata[idx_metric]; in rte_metrics_update_values() 215 stats->metadata[idx_metric].global_value = in rte_metrics_update_values() 221 stats->metadata[idx_metric].value[port_id] = in rte_metrics_update_values() 251 stats->metadata[idx_name].name, in rte_metrics_get_names() 291 entry = &stats->metadata[idx_name]; in rte_metrics_get_values() 299 entry = &stats->metadata[idx_name]; in rte_metrics_get_values()
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex_fastpath.c | 51 volatile uint8_t *metadata; member 203 job->metadata + in extract_result() 311 0, queue->metadata->lkey, in setup_sqs() 312 (uintptr_t)job->metadata); in setup_sqs() 339 if (!qp->metadata) { in setup_buffers() 367 qp->jobs[i].metadata = in setup_buffers() 368 (uint8_t *)qp->metadata->addr + in setup_buffers() 374 ptr = qp->metadata->addr; in setup_buffers() 376 mlx5_glue->dereg_mr(qp->metadata); in setup_buffers() 401 if (qp->metadata) { in free_buffers() [all …]
|
| H A D | mlx5_regex.h | 50 struct ibv_mr *metadata; member
|
| /f-stack/freebsd/x86/xen/ |
| H A D | pv.c | 518 vm_paddr_t metadata; in xen_legacy_pvh_parse_preload_data() local 536 metadata = MD_FETCH(kmdp, MODINFOMD_MODULEP, vm_paddr_t); in xen_legacy_pvh_parse_preload_data() 537 off = legacy_start_info->mod_start - metadata; in xen_legacy_pvh_parse_preload_data() 565 vm_paddr_t metadata; in xen_pvh_parse_preload_data() local 607 metadata = MD_FETCH(kmdp, MODINFOMD_MODULEP, in xen_pvh_parse_preload_data() 609 off = mod[0].paddr + header->modulep_offset - metadata + in xen_pvh_parse_preload_data() 622 metadata = MD_FETCH(kmdp, MODINFOMD_MODULEP, vm_paddr_t); in xen_pvh_parse_preload_data() 623 off = mod[0].paddr + KERNBASE - metadata; in xen_pvh_parse_preload_data()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/amlogic/ |
| H A D | amlogic,canvas.yaml | 15 A canvas is a collection of metadata that describes a pixel buffer. 16 Those metadata include: width, height, phyaddr, wrapping and block mode.
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_altivec.h | 1224 uint32_t metadata; in rxq_cq_process_v() local 1227 metadata = cq[pos].flow_table_metadata; in rxq_cq_process_v() 1229 metadata; in rxq_cq_process_v() 1230 pkts[pos]->ol_flags |= metadata ? flag : 0ULL; in rxq_cq_process_v() 1231 metadata = cq[pos + 1].flow_table_metadata; in rxq_cq_process_v() 1233 metadata; in rxq_cq_process_v() 1234 pkts[pos + 1]->ol_flags |= metadata ? flag : 0ULL; in rxq_cq_process_v() 1235 metadata = cq[pos + 2].flow_table_metadata; in rxq_cq_process_v() 1237 metadata; in rxq_cq_process_v() 1239 metadata = cq[pos + 3].flow_table_metadata; in rxq_cq_process_v() [all …]
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | rte_pmd_iavf.h | 29 uint32_t metadata; member 190 data.metadata = rte_pmd_ifd_dynf_proto_xtr_metadata_get(m); in rte_pmd_ifd_dump_proto_xtr_metadata()
|
| H A D | iavf_rxtx.c | 376 uint32_t metadata = 0; in iavf_rxd_to_pkt_fields_by_comms_aux_v1() local 381 metadata = rte_le_to_cpu_16(desc->flex_ts.flex.aux0); in iavf_rxd_to_pkt_fields_by_comms_aux_v1() 384 metadata |= in iavf_rxd_to_pkt_fields_by_comms_aux_v1() 387 if (metadata) { in iavf_rxd_to_pkt_fields_by_comms_aux_v1() 390 *RTE_PMD_IFD_DYNF_PROTO_XTR_METADATA(mb) = metadata; in iavf_rxd_to_pkt_fields_by_comms_aux_v1() 418 uint32_t metadata = 0; in iavf_rxd_to_pkt_fields_by_comms_aux_v2() local 421 metadata = rte_le_to_cpu_16(desc->flex_ts.flex.aux0); in iavf_rxd_to_pkt_fields_by_comms_aux_v2() 423 metadata = rte_le_to_cpu_16(desc->flex_ts.flex.aux1); in iavf_rxd_to_pkt_fields_by_comms_aux_v2() 425 if (metadata) { in iavf_rxd_to_pkt_fields_by_comms_aux_v2() 428 *RTE_PMD_IFD_DYNF_PROTO_XTR_METADATA(mb) = metadata; in iavf_rxd_to_pkt_fields_by_comms_aux_v2()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | rte_pmd_ice.h | 29 uint32_t metadata; member 189 data.metadata = rte_net_ice_dynf_proto_xtr_metadata_get(m); in rte_net_ice_dump_proto_xtr_metadata()
|
| /f-stack/freebsd/arm/conf/ |
| H A D | NOTES | 13 options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8) 15 options LINUX_BOOT_ABI # Process metadata passed from U-Boot
|
| H A D | VERSATILEPB | 33 options LINUX_BOOT_ABI # Process metadata passed from Linux boot loaders
|
| H A D | std.armv7 | 46 options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 217 - Open a trace using ``File->Open Trace`` option and select metadata file which 252 Trace metadata creation 256 the metadata stream. It contains exactly what you would expect: data about the 257 trace itself. The metadata stream contains a textual description of the binary 262 The purpose of the metadata stream is to make CTF readers know how to parse a 264 The only stream layout known in advance is, in fact, the metadata stream's one. 266 The internal ``trace_metadata_create()`` function generates the metadata.
|
| H A D | mbuf_lib.rst | 24 #. Embed metadata within a single memory buffer the structure followed by a fixed size area for th… 26 #. Use separate memory buffers for the metadata structure and for the packet data. 30 the complete separation of the allocation of metadata structures from the allocation of packet data… 33 The metadata contains control information such as message type, length, 214 while the amount of metadata to save for each packet is quite unlimited.
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | l2fwd.spec | 12 metadata instanceof metadata_t
|
| H A D | l2fwd_macswp.spec | 23 metadata instanceof metadata_t
|
| H A D | vxlan.spec | 55 metadata instanceof metadata_t 117 //Copy from table entry to headers and metadata.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 29 typeset -a primarycache_prop_vals=('all' 'none' 'metadata') 31 typeset -a secondarycache_prop_vals=('all' 'none' 'metadata')
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | brcm,iproc-pdc-mbox.txt | 12 - brcm,rx-status-len: Length of metadata preceding received frames, in bytes.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 262 … first approach reuses only the input packet's data, but creates its own copy of packet's metadata. 263 The second approach reuses both input packet's data and metadata. 265 The advantage of first approach is that each outgoing packet has its own copy of the metadata, 274 The input packet's metadata must remain intact, so for N destination ports, 317 /* copy metadata from source packet */
|
| /f-stack/dpdk/drivers/net/memif/ |
| H A D | memif.h | 161 uint32_t metadata; member
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ctl.h | 50 size_t metadata; member
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 313 if(invalidOpt(opts.metadata)) { 314 opts.metadata = { type: opts.metadata }; 1555 metadata = (elem.metadata) ? elem.metadata(opts.metadata) : NULL, 1558 metadata5 = opts.metadata.type === 'html5' && metadata ? metadata[opts.metadata.name] : NULL, 1561 html5 = elem.data(opts.metadata.name || 'qtipopts'); 1569 sanitizeOptions(metadata5 || metadata));
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite.shlib | 40 # extra space. Also, volumes use more space for metadata, so adjust the
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 20 - Implement transparent huge page support for internal metadata. (@interwq) 69 reduces fragmentation over time and improves virtual memory and metadata 244 naturally aligned "chunks", and store all metadata in arbitrarily distant 266 and directly embed extent metadata needed for fast-path deallocation. 274 structure simplifications, such as making arena metadata fixed-size. 333 + stats.arenas.<i>.metadata.{mapped,allocated} 557 allocator metadata overhead by approximately 0.2%. (@djwatson) 640 case out into arena_prof_tctx_reset(), which also avoids chunk metadata 739 - Add metadata statistics, which are accessible via the "stats.metadata", 740 "stats.arenas.<i>.metadata.mapped", and [all …]
|