hpsa.h (c316cf670491def52a396d3bdc5a63ad01f7fefa) hpsa.h (c59d04f30d4216af12930a4f5fdc35f490777171)
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2016 Microsemi Corporation
4 * Copyright 2014-2015 PMC-Sierra, Inc.
5 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 287 unchanged lines hidden (view full) ---

296 struct workqueue_struct *resubmit_wq;
297 struct workqueue_struct *rescan_ctlr_wq;
298 atomic_t abort_cmds_available;
299 wait_queue_head_t abort_cmd_wait_queue;
300 wait_queue_head_t event_sync_wait_queue;
301 struct mutex reset_mutex;
302 u8 reset_in_progress;
303 struct hpsa_sas_node *sas_host;
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2016 Microsemi Corporation
4 * Copyright 2014-2015 PMC-Sierra, Inc.
5 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 287 unchanged lines hidden (view full) ---

296 struct workqueue_struct *resubmit_wq;
297 struct workqueue_struct *rescan_ctlr_wq;
298 atomic_t abort_cmds_available;
299 wait_queue_head_t abort_cmd_wait_queue;
300 wait_queue_head_t event_sync_wait_queue;
301 struct mutex reset_mutex;
302 u8 reset_in_progress;
303 struct hpsa_sas_node *sas_host;
304 spinlock_t reset_lock;
304};
305
306struct offline_device_entry {
307 unsigned char scsi3addr[8];
308 struct list_head offline_list;
309};
310
311#define HPSA_ABORT_MSG 0

--- 312 unchanged lines hidden ---
305};
306
307struct offline_device_entry {
308 unsigned char scsi3addr[8];
309 struct list_head offline_list;
310};
311
312#define HPSA_ABORT_MSG 0

--- 312 unchanged lines hidden ---