Displaying PCIE information

Use the DISPLAY PCIE command to display:
  • All registered device drivers (with assigned printable names).
  • All available or in-use PCIe functions and their associated device types.
  • Information on a specific PCIe device with a list of the client address spaces using the device.
D PCIE
 
D PCIE{[          ]}
      {[,DD       ]}
      {[,PFID=pfid]}
 
D PCIE
The Display PCIE command (without any optional keywords specified) lists all the available, configured, and in-use PCIE functions, each with the PFID pfid, the device type name (or device type if the name is not known), the configuration status, the owner asid, jobname, physical channel ID pchid, and virtual function number vfn. Message IQP022I displays the output information.
DD
Lists all registered device drivers, each with an assigned printable name. Message IQP023I displays the output information.
PFID=pfid
Displays the status only for a specific PCIE function pfid, along with a list of all the current client address spaces. Message IQP024I displays the output information, which also includes the PFID pfid, the device type name (or device type if the name is not known), the configuration status, the owner asid, jobname, physical channel ID pchid, virtual function number vfn, and the list of the current client address spaces for the requested pfid. pfid is specified in hexadecimal, and the accepted range for the pfid is Start of changeX'0000' - X'FFFF'End of change.