Start of change

Displaying PCIE information

Use the DISPLAY PCIE command to display:
D PCIE
 
D PCIE{[          ]}
      {[,DD       ]}
      {[,PFID=pfid]}
 
D PCIE
The Display PCIE command (without any optional keywords specified) lists all the available / configured / 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 X'00' – X'FF'.
End of change