hpsa.h (072b0518b0f75296443a0df9fe7f25e052e62652) | hpsa.h (094963dad88c86f8f480c78992df03d916774c18) |
---|---|
1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2000, 2014 Hewlett-Packard Development Company, L.P. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * --- 178 unchanged lines hidden (view full) --- 187 u32 fw_support; 188 int ioaccel_support; 189 int ioaccel_maxsg; 190 u64 last_intr_timestamp; 191 u32 last_heartbeat; 192 u64 last_heartbeat_timestamp; 193 u32 heartbeat_sample_interval; 194 atomic_t firmware_flash_in_progress; | 1/* 2 * Disk Array driver for HP Smart Array SAS controllers 3 * Copyright 2000, 2014 Hewlett-Packard Development Company, L.P. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * --- 178 unchanged lines hidden (view full) --- 187 u32 fw_support; 188 int ioaccel_support; 189 int ioaccel_maxsg; 190 u64 last_intr_timestamp; 191 u32 last_heartbeat; 192 u64 last_heartbeat_timestamp; 193 u32 heartbeat_sample_interval; 194 atomic_t firmware_flash_in_progress; |
195 u32 lockup_detected; | 195 u32 *lockup_detected; |
196 struct delayed_work monitor_ctlr_work; 197 int remove_in_progress; 198 u32 fifo_recently_full; 199 /* Address of h->q[x] is passed to intr handler to know which queue */ 200 u8 q[MAX_REPLY_QUEUES]; 201 u32 TMFSupportFlags; /* cache what task mgmt funcs are supported. */ 202#define HPSATMF_BITS_SUPPORTED (1 << 0) 203#define HPSATMF_PHYS_LUN_RESET (1 << 1) --- 371 unchanged lines hidden --- | 196 struct delayed_work monitor_ctlr_work; 197 int remove_in_progress; 198 u32 fifo_recently_full; 199 /* Address of h->q[x] is passed to intr handler to know which queue */ 200 u8 q[MAX_REPLY_QUEUES]; 201 u32 TMFSupportFlags; /* cache what task mgmt funcs are supported. */ 202#define HPSATMF_BITS_SUPPORTED (1 << 0) 203#define HPSATMF_PHYS_LUN_RESET (1 << 1) --- 371 unchanged lines hidden --- |