xdmapcie
Xilinx SDK Drivers API Documentation
XDmaPcie Struct Reference

The XDmaPcie driver instance data. More...

Data Fields

XDmaPcie_Config Config
 Configuration data. More...
 
u32 IsReady
 Is IP been initialized and ready. More...
 
u32 MaxNumOfBuses
 If this is RC IP, Max Number of Buses. More...
 

Detailed Description

The XDmaPcie driver instance data.

The user is required to allocate a variable of this type for every PCIe device in the system that will be using this API. A pointer to a variable of this type is passed to the driver API functions defined here.

Field Documentation

u32 XDmaPcie::MaxNumOfBuses

If this is RC IP, Max Number of Buses.

Referenced by XDmaPcie_CfgInitialize(), XDmaPcie_ReadRemoteConfigSpace(), and XDmaPcie_WriteRemoteConfigSpace().