aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/bnx2i.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bnx2i/bnx2i.h')
-rw-r--r--drivers/scsi/bnx2i/bnx2i.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h
index 5edde1a8c04d..6b624e767d3b 100644
--- a/drivers/scsi/bnx2i/bnx2i.h
+++ b/drivers/scsi/bnx2i/bnx2i.h
@@ -232,7 +232,6 @@ struct bnx2i_conn {
232 struct iscsi_cls_conn *cls_conn; 232 struct iscsi_cls_conn *cls_conn;
233 struct bnx2i_hba *hba; 233 struct bnx2i_hba *hba;
234 struct completion cmd_cleanup_cmpl; 234 struct completion cmd_cleanup_cmpl;
235 int is_bound;
236 235
237 u32 iscsi_conn_cid; 236 u32 iscsi_conn_cid;
238#define BNX2I_CID_RESERVED 0x5AFF 237#define BNX2I_CID_RESERVED 0x5AFF
@@ -363,6 +362,7 @@ struct bnx2i_hba {
363 u32 num_ccell; 362 u32 num_ccell;
364 363
365 int ofld_conns_active; 364 int ofld_conns_active;
365 wait_queue_head_t eh_wait;
366 366
367 int max_active_conns; 367 int max_active_conns;
368 struct iscsi_cid_queue cid_que; 368 struct iscsi_cid_queue cid_que;
@@ -382,6 +382,7 @@ struct bnx2i_hba {
382 spinlock_t lock; /* protects hba structure access */ 382 spinlock_t lock; /* protects hba structure access */
383 struct mutex net_dev_lock;/* sync net device access */ 383 struct mutex net_dev_lock;/* sync net device access */
384 384
385 int hba_shutdown_tmo;
385 /* 386 /*
386 * PCI related info. 387 * PCI related info.
387 */ 388 */
@@ -685,6 +686,7 @@ extern unsigned int error_mask1, error_mask2;
685extern u64 iscsi_error_mask; 686extern u64 iscsi_error_mask;
686extern unsigned int en_tcp_dack; 687extern unsigned int en_tcp_dack;
687extern unsigned int event_coal_div; 688extern unsigned int event_coal_div;
689extern unsigned int event_coal_min;
688 690
689extern struct scsi_transport_template *bnx2i_scsi_xport_template; 691extern struct scsi_transport_template *bnx2i_scsi_xport_template;
690extern struct iscsi_transport bnx2i_iscsi_transport; 692extern struct iscsi_transport bnx2i_iscsi_transport;