aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/debugfs-hisi-sec
blob: 06adb899495e0efaac3512be154f17ead4b923ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
What:           /sys/kernel/debug/hisi_sec/<bdf>/sec_dfx
Date:           Oct 2019
Contact:        linux-crypto@vger.kernel.org
Description:    Dump the debug registers of SEC cores.
		Only available for PF.

What:           /sys/kernel/debug/hisi_sec/<bdf>/clear_enable
Date:           Oct 2019
Contact:        linux-crypto@vger.kernel.org
Description:    Enabling/disabling of clear action after reading
		the SEC debug registers.
		0: disable, 1: enable.
		Only available for PF, and take no other effect on SEC.

What:           /sys/kernel/debug/hisi_sec/<bdf>/current_qm
Date:           Oct 2019
Contact:        linux-crypto@vger.kernel.org
Description:    One SEC controller has one PF and multiple VFs, each function
		has a QM. This file can be used to select the QM which below
		qm refers to.
		Only available for PF.

What:           /sys/kernel/debug/hisi_sec/<bdf>/qm/qm_regs
Date:           Oct 2019
Contact:        linux-crypto@vger.kernel.org
Description:    Dump of QM related debug registers.
		Available for PF and VF in host. VF in guest currently only
		has one debug register.

What:           /sys/kernel/debug/hisi_sec/<bdf>/qm/current_q
Date:           Oct 2019
Contact:        linux-crypto@vger.kernel.org
Description:    One QM of SEC may contain multiple queues. Select specific
		queue to show its debug registers in above 'qm_regs'.
		Only available for PF.

What:           /sys/kernel/debug/hisi_sec/<bdf>/qm/clear_enable
Date:           Oct 2019
Contact:        linux-crypto@vger.kernel.org
Description:    Enabling/disabling of clear action after reading
		the SEC's QM debug registers.
		0: disable, 1: enable.
		Only available for PF, and take no other effect on SEC.