| .. | .. |
|---|
| 56 | 56 | #define DINO_MAX_LMMIO_RESOURCES 3 |
|---|
| 57 | 57 | |
|---|
| 58 | 58 | unsigned long lmmio_space_offset; /* CPU view - PCI view */ |
|---|
| 59 | | - void * iommu; /* IOMMU this device is under */ |
|---|
| 59 | + struct ioc *iommu; /* IOMMU this device is under */ |
|---|
| 60 | 60 | /* REVISIT - spinlock to protect resources? */ |
|---|
| 61 | 61 | |
|---|
| 62 | 62 | #define HBA_NAME_SIZE 16 |
|---|
| .. | .. |
|---|
| 65 | 65 | char elmmio_name[HBA_NAME_SIZE]; |
|---|
| 66 | 66 | char gmmio_name[HBA_NAME_SIZE]; |
|---|
| 67 | 67 | }; |
|---|
| 68 | | - |
|---|
| 69 | | -#define HBA_DATA(d) ((struct pci_hba_data *) (d)) |
|---|
| 70 | 68 | |
|---|
| 71 | 69 | /* |
|---|
| 72 | 70 | ** We support 2^16 I/O ports per HBA. These are set up in the form |
|---|