Home
last modified time | relevance | path

Searched refs:HSR (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/net/hsr/
H A DKconfig6 config HSR config
7 tristate "High-availability Seamless Redundancy (HSR & PRP)"
10 Redundancy (HSR) and Parallel Redundancy Protocol (PRP).
13 DANH ("Doubly attached node implementing HSR") or DANP ("Doubly
18 with other HSR capable nodes. All Ethernet frames sent over the HSR
20 ports), giving a redundant, instant fail-over network. Each HSR node
21 in the ring acts like a bridge for HSR frames, but filters frames
25 separate networks over the two slave interfaces. Like HSR, Ethernet
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
31 This code is a "best effort" to comply with the HSR standard as
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/hsr/
H A DKconfig6 config HSR config
7 tristate "High-availability Seamless Redundancy (HSR & PRP)"
10 Redundancy (HSR) and Parallel Redundancy Protocol (PRP).
13 DANH ("Doubly attached node implementing HSR") or DANP ("Doubly
18 with other HSR capable nodes. All Ethernet frames sent over the HSR
20 ports), giving a redundant, instant fail-over network. Each HSR node
21 in the ring acts like a bridge for HSR frames, but filters frames
25 separate networks over the two slave interfaces. Like HSR, Ethernet
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
31 This code is a "best effort" to comply with the HSR standard as
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/hsr/
H A DKconfig6 config HSR config
7 tristate "High-availability Seamless Redundancy (HSR & PRP)"
10 Redundancy (HSR) and Parallel Redundancy Protocol (PRP).
13 DANH ("Doubly attached node implementing HSR") or DANP ("Doubly
18 with other HSR capable nodes. All Ethernet frames sent over the HSR
20 ports), giving a redundant, instant fail-over network. Each HSR node
21 in the ring acts like a bridge for HSR frames, but filters frames
25 separate networks over the two slave interfaces. Like HSR, Ethernet
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
31 This code is a "best effort" to comply with the HSR standard as
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DIEC-62439-3-MIB165 "list of PRP/HSR LREs. Each entry corresponds to one PRP/HSR Link Redundancy
341 (1) Default mode: The HSR LRE is in mode h and bridges tagged HSR traffic
342 (2) Optional mode: The HSR LRE is in mode n and bridging between its HSR ports
344 Traffic is HSR tagged.
345 …(3) Optional mode: The HSR LRE is in mode t and bridges non-tagged HSR traffic between its HSR por…
347 (5) Optional mode: The HSR LRE is configured in mixed mode. HSR frames are handled
373 (6): an HSR RedBox with HSR tagged traffic on its interlink.
398 "Applicable to RedBox HSR-PRP A and RedBox HSR-PRP B. One ID
590 a RedBox. Only applicable to HSR RedBoxes in HSR-PRP configuration
600 are HSR tagged
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp86 BinaryStreamReader HSR(*HS);
95 HSR.setOffset(Header->HashValueBuffer.Off);
96 if (auto EC = HSR.readArray(HashValues, NumHashValues))
99 HSR.setOffset(Header->IndexOffsetBuffer.Off);
102 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets))
106 HSR.setOffset(Header->HashAdjBuffer.Off);
107 if (auto EC = HashAdjusters.load(HSR))
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dsp56156/
H A Ddsp56mem.cpp110 HSR &= ~(0x0080); in DMA_bit_set()
111 HSR |= (value << 7); in DMA_bit_set()
117 HSR &= ~(0x0010); in HF1_bit_set()
118 HSR |= (value << 4); in HF1_bit_set()
123 HSR &= ~(0x0008); in HF0_bit_set()
124 HSR |= (value << 3); in HF0_bit_set()
129 HSR &= ~(0x0004); in HCP_bit_set()
130 HSR |= (value << 2); in HCP_bit_set()
138 HSR &= ~(0x0002); in HTDE_bit_set()
139 HSR |= (value << 1); in HTDE_bit_set()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dsp56156/
H A Ddsp56mem.cpp110 HSR &= ~(0x0080); in DMA_bit_set()
111 HSR |= (value << 7); in DMA_bit_set()
117 HSR &= ~(0x0010); in HF1_bit_set()
118 HSR |= (value << 4); in HF1_bit_set()
123 HSR &= ~(0x0008); in HF0_bit_set()
124 HSR |= (value << 3); in HF0_bit_set()
129 HSR &= ~(0x0004); in HCP_bit_set()
130 HSR |= (value << 2); in HCP_bit_set()
138 HSR &= ~(0x0002); in HTDE_bit_set()
139 HSR |= (value << 1); in HTDE_bit_set()
[all …]
/dports/math/R-cran-LearnBayes/LearnBayes/demo/
H A DChapter.10.4.R12 dimnames(gpa) = list(HSR = rlabels, ACTC = clabels) nameattr
16 dimnames(samplesizes) = list(HSR = rlabels, ACTC = clabels) nameattr
32 dimnames(postmeans)=list(HSR=rlabels,ACTC=clabels) nameattr
43 dimnames(postsds)=list(HSR=rlabels,ACTC=clabels) nameattr
83 dimnames(prob.success)=list(HSR=rlabels,ACTC=clabels) nameattr
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp87 BinaryStreamReader HSR(**HS); in reload() local
96 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
100 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
107 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
108 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/devel/llvm80/llvm-8.0.1.src/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp89 BinaryStreamReader HSR(*HS); in reload() local
98 HSR.setOffset(Header->HashValueBuffer.Off); in reload()
99 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
102 HSR.setOffset(Header->IndexOffsetBuffer.Off); in reload()
105 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
109 HSR.setOffset(Header->HashAdjBuffer.Off); in reload()
110 if (auto EC = HashAdjusters.load(HSR)) in reload()
/dports/net-mgmt/observium/observium/mibs/hirschmann/
H A DHM2-L2REDUNDANCY-LRE-MIB69 "List of PRP/HSR interfaces. Each entry corresponds
70 to one PRP/HSR Link Redundancy Entity (LRE), each representing a
71 pair of LAN adapters A and B. A basic device supporting PRP/HSR might
216 "A list of PRP/HSR redundant interfaces. Each entry corresponds
217 to one redundant PRP/HSR Link Redundancy Entity (LRE) with a
218 LAN connector A and B each. A basic device supporting PRP/HSR might
468 "number of frames transmitted on port A with HSR tag.
495 "number of frames transmitted on port B with HSR tag.

1234567