diff options
author | Karen Xie <kxie@chelsio.com> | 2009-04-01 14:11:24 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:23:12 -0400 |
commit | 9fa1926afbff77da484293bc2b0bfdb6bb2399d3 (patch) | |
tree | 7f6329bd9653c3c04f8d23335c9921aa3c0ee9e9 /drivers/scsi/cxgb3i/cxgb3i_ddp.h | |
parent | 515f1c885af2ba8a9500c8a7aa4ed16bbbfa3ef4 (diff) |
[SCSI] cxgb3i: re-initialize ddp settings after chip reset
Re-initialize the ddp settings after chip reset. It includes re-initialize
the related registers and the ddp map.
Signed-off-by: Karen Xie <kxie@chelsio.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/cxgb3i/cxgb3i_ddp.h')
-rw-r--r-- | drivers/scsi/cxgb3i/cxgb3i_ddp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/cxgb3i/cxgb3i_ddp.h b/drivers/scsi/cxgb3i/cxgb3i_ddp.h index 75a63a81e873..87f032bf6360 100644 --- a/drivers/scsi/cxgb3i/cxgb3i_ddp.h +++ b/drivers/scsi/cxgb3i/cxgb3i_ddp.h | |||
@@ -301,7 +301,6 @@ int cxgb3i_setup_conn_pagesize(struct t3cdev *, unsigned int tid, int reply, | |||
301 | int cxgb3i_setup_conn_digest(struct t3cdev *, unsigned int tid, | 301 | int cxgb3i_setup_conn_digest(struct t3cdev *, unsigned int tid, |
302 | int hcrc, int dcrc, int reply); | 302 | int hcrc, int dcrc, int reply); |
303 | int cxgb3i_ddp_find_page_index(unsigned long pgsz); | 303 | int cxgb3i_ddp_find_page_index(unsigned long pgsz); |
304 | int cxgb3i_adapter_ddp_init(struct t3cdev *, struct cxgb3i_tag_format *, | 304 | int cxgb3i_adapter_ddp_info(struct t3cdev *, struct cxgb3i_tag_format *, |
305 | unsigned int *txsz, unsigned int *rxsz); | 305 | unsigned int *txsz, unsigned int *rxsz); |
306 | void cxgb3i_adapter_ddp_cleanup(struct t3cdev *); | ||
307 | #endif | 306 | #endif |