~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/misc-devices/pci-endpoint-test.rst

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .. SPDX-License-Identifier: GPL-2.0
  2 
  3 =====================================
  4 Driver for PCI Endpoint Test Function
  5 =====================================
  6 
  7 This driver should be used as a host side driver if the root complex is
  8 connected to a configurable PCI endpoint running ``pci_epf_test`` function
  9 driver configured according to [1]_.
 10 
 11 The "pci_endpoint_test" driver can be used to perform the following tests.
 12 
 13 The PCI driver for the test device performs the following tests:
 14 
 15         #) verifying addresses programmed in BAR
 16         #) raise legacy IRQ
 17         #) raise MSI IRQ
 18         #) raise MSI-X IRQ
 19         #) read data
 20         #) write data
 21         #) copy data
 22 
 23 This misc driver creates /dev/pci-endpoint-test.<num> for every
 24 ``pci_epf_test`` function connected to the root complex and "ioctls"
 25 should be used to perform the above tests.
 26 
 27 ioctl
 28 -----
 29 
 30  PCITEST_BAR:
 31               Tests the BAR. The number of the BAR to be tested
 32               should be passed as argument.
 33  PCITEST_LEGACY_IRQ:
 34               Tests legacy IRQ
 35  PCITEST_MSI:
 36               Tests message signalled interrupts. The MSI number
 37               to be tested should be passed as argument.
 38  PCITEST_MSIX:
 39               Tests message signalled interrupts. The MSI-X number
 40               to be tested should be passed as argument.
 41  PCITEST_SET_IRQTYPE:
 42               Changes driver IRQ type configuration. The IRQ type
 43               should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X).
 44  PCITEST_GET_IRQTYPE:
 45               Gets driver IRQ type configuration.
 46  PCITEST_WRITE:
 47               Perform write tests. The size of the buffer should be passed
 48               as argument.
 49  PCITEST_READ:
 50               Perform read tests. The size of the buffer should be passed
 51               as argument.
 52  PCITEST_COPY:
 53               Perform read tests. The size of the buffer should be passed
 54               as argument.
 55 
 56 .. [1] Documentation/PCI/endpoint/function/binding/pci-test.rst

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php