diff options
author | Arthur Jones <arthur.jones@qlogic.com> | 2008-04-17 00:09:31 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:31 -0400 |
commit | bb9171448deb1f7ece27674e2e431e4f267fd453 (patch) | |
tree | b042155205bbbe3deb317d65a53a4180fb512435 /drivers/infiniband/hw/ipath/ipath_kernel.h | |
parent | 8babfa4fb9bfe93d57c700410a4f8be9fbd3edd7 (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.h | 1 |
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 *); | |||
1010 | int ipath_update_eeprom_log(struct ipath_devdata *dd); | 1010 | int ipath_update_eeprom_log(struct ipath_devdata *dd); |
1011 | void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr); | 1011 | void ipath_inc_eeprom_err(struct ipath_devdata *dd, u32 eidx, u32 incr); |
1012 | u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg); | 1012 | u64 ipath_snap_cntr(struct ipath_devdata *, ipath_creg); |
1013 | void ipath_disarm_senderrbufs(struct ipath_devdata *, int); | ||
1013 | void ipath_force_pio_avail_update(struct ipath_devdata *); | 1014 | void ipath_force_pio_avail_update(struct ipath_devdata *); |
1014 | void signal_ib_event(struct ipath_devdata *dd, enum ib_event_type ev); | 1015 | void signal_ib_event(struct ipath_devdata *dd, enum ib_event_type ev); |
1015 | 1016 | ||