File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -877,21 +877,21 @@ struct ibmvfc_host {
877
877
struct ibmvfc_discover_targets_entry * disc_buf ;
878
878
struct mutex passthru_mutex ;
879
879
int max_vios_scsi_channels ;
880
+ int client_scsi_channels ;
880
881
int task_set ;
881
882
int init_retries ;
882
883
int discovery_threads ;
883
884
int abort_threads ;
884
- int client_migrated ;
885
- int reinit ;
886
- int delay_init ;
887
- int scan_complete ;
885
+ int client_migrated :1 ;
886
+ int reinit :1 ;
887
+ int delay_init :1 ;
888
+ int logged_in :1 ;
889
+ int mq_enabled :1 ;
890
+ int using_channels :1 ;
891
+ int do_enquiry :1 ;
892
+ int aborting_passthru :1 ;
893
+ int scan_complete :1 ;
888
894
int scan_timeout ;
889
- int logged_in ;
890
- int mq_enabled ;
891
- int using_channels ;
892
- int do_enquiry ;
893
- int client_scsi_channels ;
894
- int aborting_passthru ;
895
895
int events_to_log ;
896
896
#define IBMVFC_AE_LINKUP 0x0001
897
897
#define IBMVFC_AE_LINKDOWN 0x0002
You can’t perform that action at this time.
0 commit comments