Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmrestag.c754 char *Tag; in AcpiGetTagPathname() local
784 if (!Tag) in AcpiGetTagPathname()
832 ACPI_COPY_NAMESEG (PathnameEnd, Tag); in AcpiGetTagPathname()
939 char *Tag = NULL; in AcpiDmGetResourceTag() local
965 Tag = AcpiDmSearchTagList (BitIndex, AcpiDmIoFlagTags); in AcpiDmGetResourceTag()
970 if (Tag) in AcpiDmGetResourceTag()
972 return (Tag); in AcpiDmGetResourceTag()
1010 Tag = AcpiDmSearchTagList (BitIndex, TagList); in AcpiDmGetResourceTag()
1013 return (Tag); in AcpiDmGetResourceTag()
1041 for ( ; TagList->Tag; TagList++) in AcpiDmSearchTagList()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c488 char *Tag; in AcpiDmFieldPredefinedDescription() local
530 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node); in AcpiDmFieldPredefinedDescription()
531 if (!Tag || (*Tag == 0)) in AcpiDmFieldPredefinedDescription()
538 Info = AcpiAhMatchPredefinedName (Tag); in AcpiDmFieldPredefinedDescription()
546 AcpiOsPrintf (" // %4.4s: %s", Tag, in AcpiDmFieldPredefinedDescription()
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dbaikal,bt1-l2-ctl.yaml16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1
36 description: Cycles of latency for Tag RAM accesses
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslresource.c578 Op->Asl.Value.Tag.BitOffset = (ByteOffset * 8) + BitOffset; in RsCreateResourceField()
579 Op->Asl.Value.Tag.BitLength = BitLength; in RsCreateResourceField()
H A Daslload.c480 Node->Value = InitializerOp->Asl.Value.Tag.BitOffset; in LdLoadResourceElements()
481 Node->Length = InitializerOp->Asl.Value.Tag.BitLength; in LdLoadResourceElements()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml81 description: Cycles of latency for Tag RAM accesses. Specifies 3 cells of
83 should use 0. Controllers without separate read and write Tag RAM latency
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst186 Add Tag item to all flows items,
249 Tag index is defined in user_parameters.h under ``TAG_INDEX``
/f-stack/dpdk/doc/guides/nics/
H A Dfm10k.rst14 support the addition of a Fabric Tag (FTAG) to carry special information.
H A Dfeatures.rst380 Supports filtering of a VLAN Tag identifier.
H A Dbnxt.rst484 Application configures the VLAN TPID (Tag Protocol ID). By default, the TPID is
506 provides the TCI (Tag Control Info) for a packet via mbuf. In turn, the BNXT PMD
H A Dmlx5.rst438 Specifying 2 as a ``rxq_cqe_comp_en`` value selects Flow Tag format for
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY140 Tag methods replace fallbacks as the meta-mechanism for extending the
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h1007 ACPI_TAG_INFO Tag; /* Resource descriptor tag info */ member
H A Dacdisasm.h343 char *Tag; member
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1022 Matches an IEEE 802.1BR E-Tag header.
1027 - ``epcp_edei_in_ecid_b``: E-Tag control information (E-TCI), E-PCP (3b),
2593 Set Tag.
2595 Tag is a transient data used during flow matching. This is not delivered to
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst213 * Added support for 2 new miniCQE formats: Flow Tag and L3/L4 header.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3650 - ``e_tag``: match IEEE 802.1BR E-Tag header.