/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/pciDriver.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-19 02:47:04 UTC
  • Revision ID: csa@suren.me-20151119024704-ky7mti48mliudi5z
Inform user-space about read request size as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
typedef struct {
133
133
    int iommu;                                          /**< Specifies if IOMMU is enabled or disabled */
134
 
    int mps;                                            /**< Maximum payload size */
 
134
    int mps;                                            /**< PCIe maximum payload size */
 
135
    int readrq;                                         /**< PCIe read request size */
135
136
    unsigned long dma_mask;                             /**< DMA mask */
136
137
} pcilib_device_state_t;
137
138