hpsa.h (66749d0d617a9cda967f168802f1fb1a6e598a92) | hpsa.h (34592254c13324add1972e6a7d5f6636d95ade33) |
---|---|
1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2014-2015 PMC-Sierra, Inc. 4 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. --- 248 unchanged lines hidden (view full) --- 257 CTLR_STATE_CHANGE_EVENT_LOGICAL_DRV | \ 258 CTLR_STATE_CHANGE_EVENT_AIO_ENABLED_DISABLED | \ 259 CTLR_STATE_CHANGE_EVENT_AIO_CONFIG_CHANGE) 260 spinlock_t offline_device_lock; 261 struct list_head offline_device_list; 262 int acciopath_status; 263 int drv_req_rescan; 264 int raid_offload_debug; | 1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2014-2015 PMC-Sierra, Inc. 4 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. --- 248 unchanged lines hidden (view full) --- 257 CTLR_STATE_CHANGE_EVENT_LOGICAL_DRV | \ 258 CTLR_STATE_CHANGE_EVENT_AIO_ENABLED_DISABLED | \ 259 CTLR_STATE_CHANGE_EVENT_AIO_CONFIG_CHANGE) 260 spinlock_t offline_device_lock; 261 struct list_head offline_device_list; 262 int acciopath_status; 263 int drv_req_rescan; 264 int raid_offload_debug; |
265 int discovery_polling; 266 struct ReportLUNdata *lastlogicals; |
|
265 int needs_abort_tags_swizzled; 266 struct workqueue_struct *resubmit_wq; 267 struct workqueue_struct *rescan_ctlr_wq; 268 atomic_t abort_cmds_available; 269 wait_queue_head_t abort_cmd_wait_queue; 270 wait_queue_head_t event_sync_wait_queue; 271 struct mutex reset_mutex; 272 u8 reset_in_progress; --- 320 unchanged lines hidden --- | 267 int needs_abort_tags_swizzled; 268 struct workqueue_struct *resubmit_wq; 269 struct workqueue_struct *rescan_ctlr_wq; 270 atomic_t abort_cmds_available; 271 wait_queue_head_t abort_cmd_wait_queue; 272 wait_queue_head_t event_sync_wait_queue; 273 struct mutex reset_mutex; 274 u8 reset_in_progress; --- 320 unchanged lines hidden --- |