diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.h')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index b4a06d5e5f9e..50f231f3dd08 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h | |||
@@ -525,8 +525,6 @@ struct hwi_async_pdu_context { | |||
525 | 525 | ||
526 | unsigned int free_entries; | 526 | unsigned int free_entries; |
527 | unsigned int busy_entries; | 527 | unsigned int busy_entries; |
528 | unsigned int buffer_size; | ||
529 | unsigned int num_entries; | ||
530 | 528 | ||
531 | struct list_head free_list; | 529 | struct list_head free_list; |
532 | } async_header; | 530 | } async_header; |
@@ -543,11 +541,12 @@ struct hwi_async_pdu_context { | |||
543 | 541 | ||
544 | unsigned int free_entries; | 542 | unsigned int free_entries; |
545 | unsigned int busy_entries; | 543 | unsigned int busy_entries; |
546 | unsigned int buffer_size; | ||
547 | struct list_head free_list; | 544 | struct list_head free_list; |
548 | unsigned int num_entries; | ||
549 | } async_data; | 545 | } async_data; |
550 | 546 | ||
547 | unsigned int buffer_size; | ||
548 | unsigned int num_entries; | ||
549 | |||
551 | /** | 550 | /** |
552 | * This is a varying size list! Do not add anything | 551 | * This is a varying size list! Do not add anything |
553 | * after this entry!! | 552 | * after this entry!! |