aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h
diff options
context:
space:
mode:
authorArthur Jones <arthur.jones@qlogic.com>2008-04-17 00:09:31 -0400
committerRoland Dreier <rolandd@cisco.com>2008-04-17 00:09:31 -0400
commitbb9171448deb1f7ece27674e2e431e4f267fd453 (patch)
treeb042155205bbbe3deb317d65a53a4180fb512435 /drivers/infiniband/hw/ipath/ipath_kernel.h
parent8babfa4fb9bfe93d57c700410a4f8be9fbd3edd7 (diff)
IB/ipath: Misc changes to prepare for IB7220 introduction
The patch adds a number of minor changes to support newer HCAs: - New send buffer control bits - New error condition bits - Locking and initialization changes - More send buffers Signed-off-by: Ralph Campbell <ralph.campbell@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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h
index feb4f9dbac77..550d46c1aefb 100644
--- a/drivers/infiniband/hw/ipath/ipath_kernel.h
+++ b/drivers/infiniband/hw/ipath/ipath_kernel.h
@@ -1010,6 +1010,7 @@ void ipath_get_eeprom_info(struct ipath_devdata *);
1010int ipath_update_eeprom_log(struct ipath_devdata *dd); 1010int ipath_update_eeprom_log(struct ipath_devdata *dd);
1011void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr); 1011void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr);
1012u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg); 1012u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg);
1013void ipath_disarm_senderrbufs(struct ipath_devdata *, int);
1013void ipath_force_pio_avail_update(struct ipath_devdata *); 1014void ipath_force_pio_avail_update(struct ipath_devdata *);
1014void signal_ib_event(struct ipath_devdata *dd, enum ib_event_type ev); 1015void signal_ib_event(struct ipath_devdata *dd, enum ib_event_type ev);
1015 1016