summaryrefslogtreecommitdiffstats
path: root/driver/pciDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r--driver/pciDriver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h
index 2fda0ff..5d6221e 100644
--- a/driver/pciDriver.h
+++ b/driver/pciDriver.h
@@ -131,7 +131,8 @@ typedef struct {
typedef struct {
int iommu; /**< Specifies if IOMMU is enabled or disabled */
- int mps; /**< Maximum payload size */
+ int mps; /**< PCIe maximum payload size */
+ int readrq; /**< PCIe read request size */
unsigned long dma_mask; /**< DMA mask */
} pcilib_device_state_t;