diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_kernel.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h index f8accc79b92f..2530686f6893 100644 --- a/drivers/infiniband/hw/ipath/ipath_kernel.h +++ b/drivers/infiniband/hw/ipath/ipath_kernel.h | |||
@@ -236,7 +236,7 @@ struct ipath_devdata { | |||
236 | u64 ipath_tidtemplate; | 236 | u64 ipath_tidtemplate; |
237 | /* value to write to free TIDs */ | 237 | /* value to write to free TIDs */ |
238 | u64 ipath_tidinvalid; | 238 | u64 ipath_tidinvalid; |
239 | /* PE-800 rcv interrupt setup */ | 239 | /* IBA6120 rcv interrupt setup */ |
240 | u64 ipath_rhdrhead_intr_off; | 240 | u64 ipath_rhdrhead_intr_off; |
241 | 241 | ||
242 | /* size of memory at ipath_kregbase */ | 242 | /* size of memory at ipath_kregbase */ |
@@ -621,10 +621,8 @@ void ipath_free_data(struct ipath_portdata *dd); | |||
621 | int ipath_waitfor_mdio_cmdready(struct ipath_devdata *); | 621 | int ipath_waitfor_mdio_cmdready(struct ipath_devdata *); |
622 | int ipath_waitfor_complete(struct ipath_devdata *, ipath_kreg, u64, u64 *); | 622 | int ipath_waitfor_complete(struct ipath_devdata *, ipath_kreg, u64, u64 *); |
623 | u32 __iomem *ipath_getpiobuf(struct ipath_devdata *, u32 *); | 623 | u32 __iomem *ipath_getpiobuf(struct ipath_devdata *, u32 *); |
624 | /* init PE-800-specific func */ | 624 | void ipath_init_iba6120_funcs(struct ipath_devdata *); |
625 | void ipath_init_pe800_funcs(struct ipath_devdata *); | 625 | void ipath_init_iba6110_funcs(struct ipath_devdata *); |
626 | /* init HT-400-specific func */ | ||
627 | void ipath_init_ht400_funcs(struct ipath_devdata *); | ||
628 | void ipath_get_eeprom_info(struct ipath_devdata *); | 626 | void ipath_get_eeprom_info(struct ipath_devdata *); |
629 | u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg); | 627 | u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg); |
630 | 628 | ||