Home
last modified time | relevance | path

Searched full:responses (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Dmemory.json10 …ts Demand code reads and prefetch code read requests that accounts for responses from DDR (local …
19 …emand code reads and prefetch code read requests that accounts for data responses from DRAM Far.",
28 …mand code reads and prefetch code read requests that accounts for data responses from DRAM Local.…
37 …ts Demand code reads and prefetch code read requests that accounts for responses from MCDRAM (loc…
46 …mand code reads and prefetch code read requests that accounts for data responses from MCDRAM Far …
55 …mand code reads and prefetch code read requests that accounts for data responses from MCDRAM Loca…
64 …nd cacheable data and L1 prefetch data read requests that accounts for responses from DDR (local …
73 …acheable data and L1 prefetch data read requests that accounts for data responses from DRAM Far.",
82 …cheable data and L1 prefetch data read requests that accounts for data responses from DRAM Local.…
91 …nd cacheable data and L1 prefetch data read requests that accounts for responses from MCDRAM (loc…
[all …]
H A Dcache.json111 …ts Demand code reads and prefetch code read requests that accounts for responses from snoop reque…
120 …ts Demand code reads and prefetch code read requests that accounts for responses from a snoop req…
129 …ts Demand code reads and prefetch code read requests that accounts for responses from a snoop req…
138 …ts Demand code reads and prefetch code read requests that accounts for responses from snoop reque…
147 …ts Demand code reads and prefetch code read requests that accounts for responses from a snoop req…
156 …ts Demand code reads and prefetch code read requests that accounts for responses from a snoop req…
165 …ts Demand code reads and prefetch code read requests that accounts for responses which hit its ow…
174 …ts Demand code reads and prefetch code read requests that accounts for responses which hit its ow…
183 …ts Demand code reads and prefetch code read requests that accounts for responses which hit its ow…
192 …ts Demand code reads and prefetch code read requests that accounts for responses which hit its ow…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Duncore-interconnect.json248 … allocations into the AK Ingress. This queue is where the IRP receives responses from R2PCIe (the…
324 "BriefDescription": "Snoop Responses; Hit E or S",
328 "PublicDescription": "Snoop Responses : Hit E or S",
333 "BriefDescription": "Snoop Responses; Hit I",
337 "PublicDescription": "Snoop Responses : Hit I",
342 "BriefDescription": "Snoop Responses; Hit M",
346 "PublicDescription": "Snoop Responses : Hit M",
351 "BriefDescription": "Snoop Responses; Miss",
355 "PublicDescription": "Snoop Responses : Miss",
360 "BriefDescription": "Snoop Responses; SnpCode",
[all …]
H A Duncore-cache.json437 "BriefDescription": "Number of LLC responses that bounced on the Ring.; AD",
445 "BriefDescription": "Number of LLC responses that bounced on the Ring.; AK",
453 "BriefDescription": "Number of LLC responses that bounced on the Ring.; BL",
461 …"BriefDescription": "Number of LLC responses that bounced on the Ring.; Snoops of processor's cach…
683 … Egress being full. IPQ requests make use of the AD Egress for regular responses, the BL egress t…
809 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
818 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
827 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
836 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
845 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/
H A Dcache.json196 …"BriefDescription": "Counts data reads (demand & prefetch) have any transaction responses from the…
201 …"PublicDescription": "Counts data reads (demand & prefetch) have any transaction responses from th…
246 …ounts data reads generated by L1 or L2 prefetchers have any transaction responses from the uncore …
251 …ounts data reads generated by L1 or L2 prefetchers have any transaction responses from the uncore …
296 …d for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore …
301 …d for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore …
346 …"BriefDescription": "Counts requests to the uncore subsystem have any transaction responses from t…
351 …ription": "Counts requests to the uncore subsystem have any transaction responses from the uncore …
396 …s for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore …
401 …s for ownership (RFO) requests (demand & prefetch) have any transaction responses from the uncore …
[all …]
/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js111 api.spread((...responses) => {
112 const { successCount, errorCount } = getResponseCount(responses);
149 api.spread((...responses) => {
150 const { successCount, errorCount } = getResponseCount(responses);
184 api.spread((...responses) => {
185 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c87 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses;
111 QSIMPLEQ_HEAD(, CryptoDevLKCFTask) responses; in cryptodev_lkcf_handle_response()
115 QSIMPLEQ_INIT(&responses); in cryptodev_lkcf_handle_response()
119 QSIMPLEQ_PREPEND(&responses, &lkcf->responses); in cryptodev_lkcf_handle_response()
122 QSIMPLEQ_FOREACH_SAFE(task, &responses, queue, next) { in cryptodev_lkcf_handle_response()
238 QSIMPLEQ_INIT(&lkcf->responses); in cryptodev_lkcf_init()
276 QSIMPLEQ_FOREACH_SAFE(task, &lkcf->responses, queue, next) { in cryptodev_lkcf_cleanup()
432 if (QSIMPLEQ_EMPTY(&task->lkcf->responses)) { in cryptodev_lkcf_execute_task()
435 QSIMPLEQ_INSERT_TAIL(&task->lkcf->responses, task, queue); in cryptodev_lkcf_execute_task()
/openbmc/bmcweb/
H A DAGGREGATION.md102 The responses are processed by first adding the aggregation prefix to the URIs
106 If the responses from the satellite responses do not contain a "Members" array
109 aggregating BMC. Similarly, we ignore any satellite responses that do not return
180 1. Add links to satellite only collections in responses from service root and
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DUserManagementStore.js207 api.spread((...responses) => {
208 const { successCount, errorCount } = getResponseCount(responses);
250 api.spread((...responses) => {
251 const { successCount, errorCount } = getResponseCount(responses);
293 api.spread((...responses) => {
294 const { successCount, errorCount } = getResponseCount(responses);
H A DSessionsStore.js58 api.spread((...responses) => {
59 const { successCount, errorCount } = getResponseCount(responses);
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-cache.json521 "BriefDescription": "Number of LLC responses that bounced on the Ring.",
529 … "BriefDescription": "Number of LLC responses that bounced on the Ring.; Acknowledgements to core",
537 … "BriefDescription": "Number of LLC responses that bounced on the Ring.: Acknowledgements to core",
545 … "BriefDescription": "Number of LLC responses that bounced on the Ring.; Data Responses to core",
553 … "BriefDescription": "Number of LLC responses that bounced on the Ring.: Data Responses to core",
561 …"BriefDescription": "Number of LLC responses that bounced on the Ring.; Snoops of processor's cach…
569 …"BriefDescription": "Number of LLC responses that bounced on the Ring.: Snoops of processor's cach…
761 … Egress being full. IPQ requests make use of the AD Egress for regular responses, the BL egress t…
833 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
842 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h141 * requests are pushed on to the ring and responses taken off it.
144 * requests are taken off the ring and responses put on.
220 * obtaining the number of unconsumed responses/requests.
263 /* Ill-behaved backend determination: Can there be this many responses? */
280 * When queueing requests or responses on a shared ring, it may not always be
284 * responses).
286 * When enqueuing requests or responses:
288 * Use RING_PUSH_{REQUESTS,RESPONSES}_AND_CHECK_NOTIFY(). The second argument
292 * After dequeuing requests or responses (before sleeping the connection):
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-cache.json1835 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1844 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1853 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1862 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1871 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1880 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1889 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1898 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1907 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1916 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/linux/include/xen/interface/io/
H A Dring.h121 * requests are pushed on to the ring and responses taken off it.
124 * requests are taken off the ring and responses put on.
224 /* Ill-behaved backend determination: Can there be this many responses? */
241 * When queueing requests or responses on a shared ring, it may not always be
245 * responses).
247 * When enqueuing requests or responses:
249 * Use RING_PUSH_{REQUESTS,RESPONSES}_AND_CHECK_NOTIFY(). The second argument
253 * After dequeuing requests or responses (before sleeping the connection):
/openbmc/linux/include/uapi/linux/
H A Dipmi.h33 * send commands, receive responses, etc. The driver keeps track of
34 * commands the user sends and tracks the responses. The responses
106 * requests and responses from the same device would have different
144 * commands and responses. The completion code is always the first
221 * responses back. You can use the msgid value to correlate commands
222 * and responses, the driver will take care of figuring out which
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-cache.json1646 "BriefDescription": "Messages that bounced on the Vertical Ring.; Data Responses to core",
1720 "BriefDescription": "Sink Starvation on Vertical Ring; Data Responses to core",
2066 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2075 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2084 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2093 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2102 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2111 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2120 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2129 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-cache.json1549 "BriefDescription": "Messages that bounced on the Vertical Ring.; Data Responses to core",
1623 "BriefDescription": "Sink Starvation on Vertical Ring; Data Responses to core",
1969 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1978 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1987 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1996 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2005 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2014 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2023 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2032 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-cache.json624 "BriefDescription": "Number of LLC responses that bounced on the Ring.; AD",
632 "BriefDescription": "Number of LLC responses that bounced on the Ring.; AK",
640 "BriefDescription": "Number of LLC responses that bounced on the Ring.; BL",
648 …"BriefDescription": "Number of LLC responses that bounced on the Ring.; Snoops of processor's cach…
870 … Egress being full. IPQ requests make use of the AD Egress for regular responses, the BL egress t…
996 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1005 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1014 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1023 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1032 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-cache.json615 "BriefDescription": "Number of LLC responses that bounced on the Ring.; AD",
623 "BriefDescription": "Number of LLC responses that bounced on the Ring.; AK",
631 "BriefDescription": "Number of LLC responses that bounced on the Ring.; BL",
639 …"BriefDescription": "Number of LLC responses that bounced on the Ring.; Snoops of processor's cach…
861 … Egress being full. IPQ requests make use of the AD Egress for regular responses, the BL egress t…
987 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
996 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1005 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1014 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
1023 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst126 the other. The client therefore receives command responses in issue
134 receive such a command's response before responses from prior in-band
137 To be able to match responses back to their commands, the client needs
151 Commands Responses
154 There are two possible responses which the Server will issue as the result
159 so that requests and responses can match. Clients should drop all the
160 responses that have an unknown ``id`` field.
/openbmc/phosphor-user-manager/
H A Dtotp.hpp100 std::unique_ptr<pam_response[], decltype(pamResponseDeleter)> responses( in pamFunctionConversation() local
109 pam_response& response = responses[i]; in pamFunctionConversation()
120 *resp = responses.release(); in pamFunctionConversation()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DConnection.v1_4_0.json150 … "description": "The password for CHAP authentication. The value is `null` in responses.",
151 …erty shall contain the password for CHAP authentication. The value shall be `null` in responses.",
171 …nitiator shared secret for mutual (2-way) CHAP authentication. The value is `null` in responses.",
172 …or shared secret for mutual (2-way) CHAP authentication. The value shall be `null` in responses.",
192 …e target shared secret for mutual (2-way) CHAP authentication. The value is `null` in responses.",
193 …et shared secret for mutual (2-way) CHAP authentication. The value shall be `null` in responses.",
428 … "description": "The local DHCHAP authentication secret. The value is `null` in responses.",
429 …ty shall contain the local DHCHAP authentication secret. The value shall be `null` in responses.",
439 … "description": "The peer DHCHAP authentication secret. The value is `null` in responses.",
440 …rty shall contain the peer DHCHAP authentication secret. The value shall be `null` in responses.",
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-qat5 Description: (RO) Read returns the number of requests sent to the FW and the number of responses
9 <N>: Number of requests sent from Acceleration Engine N to FW and responses
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Dother.json30 …"PublicDescription": "Counts responses to snoops indicating the line will now be (I)nvalidated: re…
38 …"PublicDescription": "Counts responses to snoops indicating the line will now be (I)nvalidated: re…
46 …"PublicDescription": "Counts responses to snoops indicating the line will now be (I)nvalidated in …
54 …"PublicDescription": "Counts responses to snoops indicating that the data was not found (IHitI) in…
62 …"PublicDescription": "Counts responses to snoops indicating the line may be kept on this core in t…
70 …"PublicDescription": "Counts responses to snoops indicating the line may be kept on this core in t…
78 …"PublicDescription": "Counts responses to snoops indicating the line was kept on this core in the …
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-cache.json2325 "BriefDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core",
2329 …"PublicDescription": "Messages that bounced on the Vertical Ring. : Data Responses to core : Numbe…
2407 "BriefDescription": "Sink Starvation on Vertical Ring : Data Responses to core",
2609 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2618 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2627 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2636 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2645 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2654 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
2663 …gh the ISMQ as responses for requests that already exist in the Cbo. Some examples include: when …
[all …]

12345678910>>...33