diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 13e3bef1d324..40fea6ec879c 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h | |||
@@ -316,6 +316,8 @@ struct beiscsi_hba { | |||
316 | struct iscsi_endpoint **ep_array; | 316 | struct iscsi_endpoint **ep_array; |
317 | struct iscsi_boot_kset *boot_kset; | 317 | struct iscsi_boot_kset *boot_kset; |
318 | struct Scsi_Host *shost; | 318 | struct Scsi_Host *shost; |
319 | struct iscsi_iface *ipv4_iface; | ||
320 | struct iscsi_iface *ipv6_iface; | ||
319 | struct { | 321 | struct { |
320 | /** | 322 | /** |
321 | * group together since they are used most frequently | 323 | * group together since they are used most frequently |
@@ -345,7 +347,7 @@ struct beiscsi_hba { | |||
345 | struct work_struct work_cqs; /* The work being queued */ | 347 | struct work_struct work_cqs; /* The work being queued */ |
346 | struct be_ctrl_info ctrl; | 348 | struct be_ctrl_info ctrl; |
347 | unsigned int generation; | 349 | unsigned int generation; |
348 | unsigned int read_mac_address; | 350 | unsigned int interface_handle; |
349 | struct mgmt_session_info boot_sess; | 351 | struct mgmt_session_info boot_sess; |
350 | struct invalidate_command_table inv_tbl[128]; | 352 | struct invalidate_command_table inv_tbl[128]; |
351 | 353 | ||