aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@pathscale.com>2006-08-25 14:24:39 -0400
committerRoland Dreier <rolandd@cisco.com>2006-09-22 18:22:35 -0400
commit525d0ca1d452ed336c1d907fb20c104467a8a47b (patch)
tree8c6e6b649f7b7ce988ac697c58d60e36ab16dc8b /drivers/infiniband/hw/ipath/ipath_kernel.h
parent092260b8f966ebe0742045416082e9a81bd971d1 (diff)
IB/ipath: support new QLogic product naming scheme
This patch only renames files, fixes product names, and updates comments. Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_kernel.h8
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 f8accc79b92..2530686f689 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);
621int ipath_waitfor_mdio_cmdready(struct ipath_devdata *); 621int ipath_waitfor_mdio_cmdready(struct ipath_devdata *);
622int ipath_waitfor_complete(struct ipath_devdata *, ipath_kreg, u64, u64 *); 622int ipath_waitfor_complete(struct ipath_devdata *, ipath_kreg, u64, u64 *);
623u32 __iomem *ipath_getpiobuf(struct ipath_devdata *, u32 *); 623u32 __iomem *ipath_getpiobuf(struct ipath_devdata *, u32 *);
624/* init PE-800-specific func */ 624void ipath_init_iba6120_funcs(struct ipath_devdata *);
625void ipath_init_pe800_funcs(struct ipath_devdata *); 625void ipath_init_iba6110_funcs(struct ipath_devdata *);
626/* init HT-400-specific func */
627void ipath_init_ht400_funcs(struct ipath_devdata *);
628void ipath_get_eeprom_info(struct ipath_devdata *); 626void ipath_get_eeprom_info(struct ipath_devdata *);
629u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg); 627u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg);
630 628