diff options
Diffstat (limited to 'drivers/ntb/ntb_hw.h')
-rw-r--r-- | drivers/ntb/ntb_hw.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/ntb/ntb_hw.h b/drivers/ntb/ntb_hw.h index 4f42ed18103a..0a31cedae7d4 100644 --- a/drivers/ntb/ntb_hw.h +++ b/drivers/ntb/ntb_hw.h | |||
@@ -124,11 +124,11 @@ struct ntb_device { | |||
124 | unsigned char msix_cnt; | 124 | unsigned char msix_cnt; |
125 | } limits; | 125 | } limits; |
126 | struct { | 126 | struct { |
127 | void __iomem *pdb; | 127 | void __iomem *ldb; |
128 | void __iomem *pdb_mask; | 128 | void __iomem *ldb_mask; |
129 | void __iomem *sdb; | 129 | void __iomem *rdb; |
130 | void __iomem *sbar2_xlat; | 130 | void __iomem *bar2_xlat; |
131 | void __iomem *sbar4_xlat; | 131 | void __iomem *bar4_xlat; |
132 | void __iomem *spad_write; | 132 | void __iomem *spad_write; |
133 | void __iomem *spad_read; | 133 | void __iomem *spad_read; |
134 | void __iomem *lnk_cntl; | 134 | void __iomem *lnk_cntl; |
@@ -243,7 +243,7 @@ int ntb_read_remote_spad(struct ntb_device *ndev, unsigned int idx, u32 *val); | |||
243 | resource_size_t ntb_get_mw_base(struct ntb_device *ndev, unsigned int mw); | 243 | resource_size_t ntb_get_mw_base(struct ntb_device *ndev, unsigned int mw); |
244 | void __iomem *ntb_get_mw_vbase(struct ntb_device *ndev, unsigned int mw); | 244 | void __iomem *ntb_get_mw_vbase(struct ntb_device *ndev, unsigned int mw); |
245 | u64 ntb_get_mw_size(struct ntb_device *ndev, unsigned int mw); | 245 | u64 ntb_get_mw_size(struct ntb_device *ndev, unsigned int mw); |
246 | void ntb_ring_sdb(struct ntb_device *ndev, unsigned int idx); | 246 | void ntb_ring_doorbell(struct ntb_device *ndev, unsigned int idx); |
247 | void *ntb_find_transport(struct pci_dev *pdev); | 247 | void *ntb_find_transport(struct pci_dev *pdev); |
248 | 248 | ||
249 | int ntb_transport_init(struct pci_dev *pdev); | 249 | int ntb_transport_init(struct pci_dev *pdev); |